-
Notifications
You must be signed in to change notification settings - Fork 45
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
base: master
Are you sure you want to change the base?
Conversation
bin/offline-secrets.sh
Outdated
@@ -39,6 +39,8 @@ brig: | |||
setNexmo: |- | |||
key: "dummy" | |||
secret: "dummy" | |||
# Uncomment and update value to enable sft credentials provisioning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Provisioning" is not correct, nothing is being provisioned
Maybe something like
# Uncomment and update value to enable sft credentials provisioning | |
# Uncomment to connect to SFT servers that require it``` |
# Uncomment and update value to enable sft credentials provisioning | ||
# sftTokenSecret: dummysecret |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as above
|
||
# Uncomment for federation. Set values accordingly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set values accordingly
Sounds to me like this sentence is saying nothing.
Or is it meant to say:
Use the same credentials as in and
?
Quality Gate passedIssues Measures |
https://wearezeta.atlassian.net/browse/WPB-10302