From 017b78b94fc1728a30593a75b562b65e1ab6e0b1 Mon Sep 17 00:00:00 2001 From: Micah Nagel <micah.nagel@parsons.com> Date: Wed, 10 Mar 2021 17:26:42 +0000 Subject: [PATCH] Hash Anchore Passwords Always --- chart/templates/anchore/anchore-helmrelease.yaml | 4 ---- chart/values.yaml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/chart/templates/anchore/anchore-helmrelease.yaml b/chart/templates/anchore/anchore-helmrelease.yaml index 5f8adc50d6..8ce0ec2097 100644 --- a/chart/templates/anchore/anchore-helmrelease.yaml +++ b/chart/templates/anchore/anchore-helmrelease.yaml @@ -73,10 +73,6 @@ spec: defaultAdminPassword: {{ .Values.addons.anchore.adminPassword }} {{- end }} imagePullSecretName: private-registry - {{- if .Values.addons.anchore.enterprise.enabled }} - oauthEnabled: {{ .Values.addons.anchore.sso.enabled }} - hashedPasswords: {{ .Values.addons.anchore.sso.enabled }} - {{- end }} {{- if .Values.addons.anchore.enterprise.enabled }} anchore-feeds-db: imagePullSecrets: private-registry diff --git a/chart/values.yaml b/chart/values.yaml index df9b2fe98b..f25f6a229b 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -500,7 +500,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise.git path: "./chart" - tag: "1.11.0-bb.2" + tag: "1.11.0-bb.3" # -- Initial admin password used to authenticate to Anchore. adminPassword: "" -- GitLab