2023-07-28 09:21:50 +00:00
|
|
|
---
|
|
|
|
apiVersion: codemowers.io/v1alpha1
|
|
|
|
kind: OIDCGWClient
|
|
|
|
metadata:
|
|
|
|
name: argocd
|
|
|
|
spec:
|
|
|
|
displayName: Argo CD
|
|
|
|
uri: https://argocd.k-space.ee
|
|
|
|
redirectUris:
|
|
|
|
- https://argocd.k-space.ee/auth/callback
|
|
|
|
allowedGroups:
|
2023-07-29 12:02:15 +00:00
|
|
|
- k-space:kubernetes:admins
|
2023-07-28 09:21:50 +00:00
|
|
|
grantTypes:
|
|
|
|
- authorization_code
|
|
|
|
- refresh_token
|
|
|
|
responseTypes:
|
|
|
|
- code
|
|
|
|
availableScopes:
|
|
|
|
- openid
|
|
|
|
- profile
|
|
|
|
pkce: false
|
|
|
|
|