Skip to content

Commit

Permalink
Revert "feat: add ability to set user groups for access (#241)"
Browse files Browse the repository at this point in the history
This reverts commit a33379b.
  • Loading branch information
Racer159 authored Nov 19, 2024
1 parent a33379b commit f0db74f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions charts/config/templates/uds-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ spec:
- "{{ . }}"
{{- end }}
{{- end }}
groups:
anyOf:
{{- if .Values.sso.requiredGroups }}
{{- range .Values.sso.requiredGroups }}
- "{{ . }}"
{{- end }}
{{- end }}
secretName: {{ .Values.sso.secretName }}
secretTemplate:
# GitLab expects a providers JSON file that is documented more here: https://gitlab-org.gitlab.io/technical-writing-group/gitlab-docs-hugo/administration/auth/oidc/
Expand Down Expand Up @@ -77,13 +70,6 @@ spec:
- "mapper-saml-lastname-last_name"
- "mapper-saml-grouplist-groups"
{{- end }}
groups:
anyOf:
{{- if .Values.sso.requiredGroups }}
{{- range .Values.sso.requiredGroups }}
- "{{ . }}"
{{- end }}
{{- end }}
attributes:
saml.client.signature: "false"

Expand Down

0 comments on commit f0db74f

Please sign in to comment.