forked from k-space/kube
Deprecate Authelia
This commit is contained in:
20
oidc-gateway/kubelogin.yaml
Normal file
20
oidc-gateway/kubelogin.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
apiVersion: codemowers.io/v1alpha1
|
||||
kind: OIDCGWClient
|
||||
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
|
Reference in New Issue
Block a user