Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sftTokenSecret reference #725

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bin/offline-secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 3 additions & 1 deletion values/wire-server/prod-secrets.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions values/wire-server/prod-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading