Merkle Science
Follow the steps below to enable support for Merkle Science risk scores.
Get Merkle Science API Key
Obtain the API KEY , later referred to as apiKey,
as described here.
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:
merklescience:
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