UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit da026b2c authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch '2425-realm-should-be-realms-in-nexus-chart' into 'master'

Resolve "realm should be realms in nexus chart"

Closes #2425

See merge request !5508
parents 44db5bb8 58342e56
No related branches found
No related tags found
1 merge request!5508Resolve "realm should be realms in nexus chart"
Pipeline #3800332 passed
......@@ -65,6 +65,8 @@ nexus:
{{- end }}
license_key: "{{ $nexusValues.license_key }}"
realms:
- "NexusAuthenticatingRealm"
{{- if $nexusValues.sso.enabled }}
sso:
......@@ -83,9 +85,7 @@ sso:
validateResponseSignature: "true"
validateAssertionSignature: "true"
idpMetadata: '{{ default (dig "saml" "metadata" "" .Values.sso) (dig "sso" "idp_data" "idpMetadata" "" $nexusValues) }}'
realm:
- "NexusAuthenticatingRealm"
- "SamlRealm"
role:
{{- range $nexusValues.sso.role }}
- id: {{ .id | quote }}
......
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