Files
kubesphere/config/ks-core/templates/oauthclient-config.yaml
2025-03-19 12:27:57 +08:00

19 lines
415 B
YAML

{{ if eq (include "multicluster.role" .) "host" }}
apiVersion: v1
stringData:
configuration.yaml: |
name: kubesphere
secret: kubesphere
grantMethod: auto
trusted: true
scopeRestrictions:
- 'openid'
- 'email'
- 'profile'
kind: Secret
metadata:
name: oauthclient-kubesphere
labels:
config.kubesphere.io/type: oauthclient
type: config.kubesphere.io/oauthclient
{{ end }}