From c10365314726a874a7322dd2937a2f6fba51766b Mon Sep 17 00:00:00 2001 From: bhearn7 Date: Mon, 23 Aug 2021 16:16:15 -0400 Subject: [PATCH] update BBCHANGES --- docs/BBCHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/BBCHANGES.md b/docs/BBCHANGES.md index 74faeda..6cc7316 100644 --- a/docs/BBCHANGES.md +++ b/docs/BBCHANGES.md @@ -241,4 +241,6 @@ keys: {{- if or .Values.anchoreGlobal.saml.secret .Values.anchoreGlobal.saml.useExistingSecret .Values.anchoreGlobal.oauthEnabled $old_secret }} secret: ${ANCHORE_SAML_SECRET} {{- end }} -``` \ No newline at end of file +``` + +If you want to change your `ANCHORE_SAML_SECRET` value, remember to delete the previous 2 secrets so the value is not reused. \ No newline at end of file -- GitLab