Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
SAML syncRoles
Browse files Browse the repository at this point in the history
Signed-off-by: Egor I <[email protected]>
  • Loading branch information
cheshi-mantu committed Oct 19, 2023
1 parent 7f56433 commit 55ce86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/allure-testops/templates/allure/uaa-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,17 +191,17 @@ spec:
value: {{ .Values.allure.auth.saml.lastNameAttribute }}
- name: {{ .Values.build }}_LOGIN_SAML2_EMAILATTRIBUTE
value: {{ .Values.allure.auth.saml.emailAttribute }}
{{- end }}
{{- if .Values.allure.auth.saml.syncRoles }}
- name: {{ .Values.build }}_LOGIN_SAML2_SYNCROLES
value: "{{ .Values.allure.auth.saml.syncRoles }}"
{{- if .Values.allure.auth.saml.syncRoles }}
- name: {{ .Values.build }}_LOGIN_SAML2_GROUPROLEATTRIBUTE
value: {{ .Values.allure.auth.saml.groups.groupRoleAttribute }}
- name: {{ .Values.build }}_LOGIN_SAML2_GROUPAUTHORITIES_ROLEUSERGROUPS
value: "{{ .Values.allure.auth.saml.groups.roleUserGroups }}"
- name: {{ .Values.build }}_LOGIN_SAML2_GROUPAUTHORITIES_ROLEADMINGROUPS
value: "{{ .Values.allure.auth.saml.groups.roleAdminGroups }}"
{{- end }}
{{- end }}
{{- if .Values.smtp.enabled }}
- name: SPRING_MAIL_HOST
value: {{ .Values.smtp.host }}
Expand Down

0 comments on commit 55ce86f

Please sign in to comment.