fix kubelogin
This commit is contained in:
parent
417f3ddcb8
commit
c44cfb8bc8
21
passmower/kubelogin.yaml
Normal file
21
passmower/kubelogin.yaml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
apiVersion: codemowers.cloud/v1beta1
|
||||||
|
kind: OIDCClient
|
||||||
|
metadata:
|
||||||
|
name: kubelogin
|
||||||
|
spec:
|
||||||
|
displayName: Kubernetes API
|
||||||
|
uri: https://git.k-space.ee/k-space/kube#cluster-access
|
||||||
|
redirectUris:
|
||||||
|
- http://localhost:27890
|
||||||
|
allowedGroups:
|
||||||
|
- k-space:kubernetes:admins
|
||||||
|
grantTypes:
|
||||||
|
- authorization_code
|
||||||
|
- refresh_token
|
||||||
|
responseTypes:
|
||||||
|
- code
|
||||||
|
availableScopes:
|
||||||
|
- openid
|
||||||
|
- profile
|
||||||
|
tokenEndpointAuthMethod: none
|
Loading…
Reference in New Issue
Block a user