UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit f531d839 authored by bhearn7's avatar bhearn7
Browse files

update default saml secret value

parent 7e027f8e
Pipeline #438915 passed with stages
in 3 minutes and 22 seconds
...@@ -296,7 +296,7 @@ anchoreGlobal: ...@@ -296,7 +296,7 @@ anchoreGlobal:
saml: saml:
# Locations for keys used for signing and encryption. Only one of 'secret' or 'privateKeyName'/'publicKeyName' needs to be set. If all are set then the keys take precedence over the secret value # Locations for keys used for signing and encryption. Only one of 'secret' or 'privateKeyName'/'publicKeyName' needs to be set. If all are set then the keys take precedence over the secret value
# Secret is for a shared secret and if set, all components in anchore should have the exact same value in their configs. # Secret is for a shared secret and if set, all components in anchore should have the exact same value in their configs.
secret: Null secret: ""
# If set to true, use the secret specified in anchoreGlobal.existingSecret to set the ANCHORE_SAML_SECRET env variable # If set to true, use the secret specified in anchoreGlobal.existingSecret to set the ANCHORE_SAML_SECRET env variable
useExistingSecret: false useExistingSecret: false
privateKeyName: Null privateKeyName: Null
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment