UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 58342e56 authored by Nigel Bazzeghin's avatar Nigel Bazzeghin Committed by Michael Martin
Browse files

Resolve "realm should be realms in nexus chart"

parent d32d7c61
No related branches found
No related tags found
1 merge request!5508Resolve "realm should be realms in nexus chart"
......@@ -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