Remove irrelevant group membership checks

This commit is contained in:
Lauri Võsandi 2023-07-29 15:02:15 +03:00
parent fe662dc408
commit 21b583dc5b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ spec:
redirectUris: redirectUris:
- https://argocd.k-space.ee/auth/callback - https://argocd.k-space.ee/auth/callback
allowedGroups: allowedGroups:
- github.com:codemowers:admins - k-space:kubernetes:admins
grantTypes: grantTypes:
- authorization_code - authorization_code
- refresh_token - refresh_token

View File

@ -9,7 +9,7 @@ spec:
redirectUris: redirectUris:
- https://grafana.k-space.ee/login/generic_oauth - https://grafana.k-space.ee/login/generic_oauth
allowedGroups: allowedGroups:
- github.com:codemowers - k-space:floor
grantTypes: grantTypes:
- authorization_code - authorization_code
- refresh_token - refresh_token