diff --git a/bin/offline-secrets.sh b/bin/offline-secrets.sh index 48df9d35c..7336b3ef8 100755 --- a/bin/offline-secrets.sh +++ b/bin/offline-secrets.sh @@ -39,6 +39,8 @@ brig: setNexmo: |- key: "dummy" secret: "dummy" + # Uncomment and update value to connect to the SFT servers that require it + # sftTokenSecret: dummysecret cargohold: secrets: awsKeyId: "$minio_access_key" diff --git a/values/wire-server/prod-secrets.example.yaml b/values/wire-server/prod-secrets.example.yaml index 311e4809d..765aa8891 100644 --- a/values/wire-server/prod-secrets.example.yaml +++ b/values/wire-server/prod-secrets.example.yaml @@ -22,8 +22,10 @@ brig: setNexmo: |- key: "dummy" secret: "dummy" - # Uncomment for federation. Set values accordingly + # Uncomment and update value to connect to the SFT servers that require it + # sftTokenSecret: dummysecret + # RabbitMQ is needed for federation, uncomment and set values accordingly # rabbitmq: # username: wire-server # password: verysecurepassword diff --git a/values/wire-server/prod-values.example.yaml b/values/wire-server/prod-values.example.yaml index d620566f0..4b6e02131 100644 --- a/values/wire-server/prod-values.example.yaml +++ b/values/wire-server/prod-values.example.yaml @@ -30,6 +30,13 @@ brig: useSES: false # Set to false if you want to hand out DynamoDB to store prekeys randomPrekeys: true + # Uncomment and update values for sft server below, the secret token for the same can be + # configured at sftTokenSecret variable in the secrets.yaml file + # sft: + # sftBaseDomain: sftd.example.com + # sftSRVServiceName: sftd + # sftDiscoveryIntervalSeconds: 10 + # sftListLength: 20 aws: # change if using real AWS region: "eu-west-1"