Global Ledger

Follow the steps below to enable support for Global Ledger risk scores.

Get Global Ledger API Key

Obtain the API KEY, later referred to as apiKey, from the Global Ledger Profile page.

Get 21 Travel Rule Secrets

Obtain the clientId and clientSecret as described in the API Authentication Guide.

Configure Secrets on Deployment Machine

Add the new secrets to your values.yaml file.

integrations:
    globalledger:
        enabled: true
        clientId: "🤫🤫🤫🤫🤫🤫"
        clientSecret: "🤐🤐🤐🤐🤐🤐"
        apiKey: "🤫🤫🤫🤐🤐🤐"

Then, proceed with the following commands.

helm template prod oci://registry.21analytics.ch/21analytics/twenty-one-travel-rule -f values.yaml -f secrets.yaml > quadlet/travel.yaml
systemctl stop travel.service
podman quadlet rm ./quadlet
podman quadlet install ./quadlet
systemctl daemon-reload
systemctl start travel.service