Skip to content
Merged
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
7 changes: 1 addition & 6 deletions bin/offline-secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,7 @@ brig:
password: guest
# These are only necessary if you wish to support sign up via SMS/calls
# And require accounts at twilio.com / nexmo.com
setTwilio: |-
sid: "dummy"
token: "dummy"
setNexmo: |-
key: "dummy"
secret: "dummy"

cargohold:
secrets:
awsKeyId: "$minio_cargohold_access_key"
Expand Down
9 changes: 1 addition & 8 deletions bin/secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,7 @@ brig:
# these only need to be changed if using real AWS services
awsKeyId: dummykey
awsSecretKey: dummysecret
# These are only necessary if you wish to support sign up via SMS/calls
# And require accounts at twilio.com / nexmo.com
setTwilio: |-
sid: dummy
token: dummy
setNexmo: |-
key: dummy
secret: dummy

cargohold:
secrets:
awsKeyId: dummykey
Expand Down
1 change: 1 addition & 0 deletions changelog.d/3-deploy-builds/remove-oboslete-secrets
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed: obsolete secrets from scripts and references for improved security and clarity.
6 changes: 0 additions & 6 deletions values/wire-server/demo-secrets.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ brig:
# To extract the secret from an existing Kubernetes cluster:
# kubectl get secret wire-postgresql-secret -n postgresql -o jsonpath='{.data.password}' | base64 -d
pgPassword: dummyPassword # gets replaced by the actual secret
setTwilio: |-
sid: "dummy"
token: "dummy"
setNexmo: |-
key: "dummy"
secret: "dummy"
elasticsearch:
username: "elastic"
password: "changeme"
Expand Down
6 changes: 0 additions & 6 deletions values/wire-server/prod-secrets.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ brig:
rabbitmq:
username: guest
password: guest
setTwilio: |-
sid: "dummy"
token: "dummy"
setNexmo: |-
key: "dummy"
secret: "dummy"

cannon:
secrets:
Expand Down