File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.0
18+ version : 0.1.1
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1111 AssertClaims :
1212 - Name : groups
1313 AnyOf :
14+ - " CBC - Application Hosting Team (ADM)"
1415 {{- range .Values.oidc.groups }}
1516 - {{ . | quote }}
1617 {{- end }}
Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ storage:
1616domains :
1717 - example.gewis.nl
1818
19- # OIDC auth via traefik-oidc-auth plugin. Groups listed here are allowed in.
19+ # OIDC auth via traefik-oidc-auth plugin. "CBC - Application Hosting Team (ADM)"
20+ # always has access (hardcoded in templates/middleware.yaml); any groups listed
21+ # here are additionally allowed in.
2022oidc :
21- groups :
22- - CBC - Application Hosting Team (ADM)
23+ groups : []
2324 provider :
2425 url : https://auth.gewis.nl/realms/GEWISWG
2526 clientId : traefik-auth
You can’t perform that action at this time.
0 commit comments