From f531d83943eb5921d749d2688034ba0214a8f514 Mon Sep 17 00:00:00 2001 From: bhearn7 Date: Mon, 23 Aug 2021 13:20:18 -0400 Subject: [PATCH] update default saml secret value --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 215dcb5..e3fb639 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -296,7 +296,7 @@ anchoreGlobal: 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 # 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 useExistingSecret: false privateKeyName: Null -- GitLab