This commit is contained in:
parent
5f9fbb1a83
commit
84d7fa2f42
1 changed files with 10 additions and 0 deletions
10
argo/cm.yaml
10
argo/cm.yaml
|
@ -22,6 +22,16 @@ data:
|
||||||
- CiliumIdentity
|
- CiliumIdentity
|
||||||
clusters:
|
clusters:
|
||||||
- "*"
|
- "*"
|
||||||
|
url: https://argo.services.yolokube.de
|
||||||
|
oidc.config: |
|
||||||
|
name: aaronID
|
||||||
|
issuer: https://auth.ar21.de/application/o/yolokube-argocd/
|
||||||
|
clientID: Oqeex54ocbhpJ0ZIktwQS4nmxTCE0lfVtCEmHNSw
|
||||||
|
clientSecret: $oidc.aaronid.clientSecret
|
||||||
|
|
||||||
|
# Optional set of OIDC scopes to request. If omitted, defaults to: ["openid", "profile", "email", "groups"]
|
||||||
|
requestedScopes: ["openid", "profile", "email"]
|
||||||
|
logoutURL: https://auth.ar21.de/application/o/yolokube-argocd/end-session/
|
||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|
Loading…
Reference in a new issue