UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c2ec4d2c authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'fix-anchore-sso' into 'master'

Hash Anchore Passwords Always

Closes #135

See merge request platform-one/big-bang/bigbang!315
parents d59a876c 017b78b9
No related branches found
No related tags found
1 merge request!315Hash Anchore Passwords Always
Pipeline #190167 failed
......@@ -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
......
......@@ -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: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment