Crystal

Follow the steps below to enable support for Crystal risk scores.

Get Crystal API Key

Obtain the API Key, later referred to as apiKey, from the Crystal Intelligence User Portal.

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:
    crystal:
        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