This commit is contained in:
parent
f02b3b080c
commit
7b2002088b
1 changed files with 23 additions and 0 deletions
|
@ -22,6 +22,16 @@ data:
|
||||||
- CiliumIdentity
|
- CiliumIdentity
|
||||||
clusters:
|
clusters:
|
||||||
- "*"
|
- "*"
|
||||||
|
url: https://aaron-argo.services.yolokube.de
|
||||||
|
oidc.config: |
|
||||||
|
name: aaronID
|
||||||
|
issuer: https://auth.ar21.de/application/o/vcluster-argocd/
|
||||||
|
clientID: PaYnOPK9WlGlHe6BRdB20lJVUFwbJAKslLkEMk22
|
||||||
|
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/vcluster-argocd/end-session/
|
||||||
---
|
---
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
@ -33,3 +43,16 @@ metadata:
|
||||||
app.kubernetes.io/part-of: argocd
|
app.kubernetes.io/part-of: argocd
|
||||||
data:
|
data:
|
||||||
server.insecure: "true"
|
server.insecure: "true"
|
||||||
|
---
|
||||||
|
kind: ConfigMap
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: argocd-rbac-cm
|
||||||
|
namespace: argocd
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/instance: argocd-ingress
|
||||||
|
app.kubernetes.io/name: argocd-cm
|
||||||
|
app.kubernetes.io/part-of: argocd
|
||||||
|
data:
|
||||||
|
policy.csv: |
|
||||||
|
g, ar21-general, role:admin
|
||||||
|
|
Loading…
Reference in a new issue