Added Argocd oidc config

This commit is contained in:
Ultradesu
2025-04-06 20:04:18 +01:00
parent aaa00a7d9a
commit d21731430a
2 changed files with 5 additions and 7 deletions

View File

@ -11,12 +11,10 @@ spec:
template: template:
type: Opaque type: Opaque
data: data:
dex.authentik.clientID: |- dex.authentik.clientID: "{{ .client_id | quote }}"
{{ .client-id }} dex.authentik.clientSecret: "{{ .client_secret | quote }}"
dex.authentik.clientSecret: |-
{{ .client-secret }}
data: data:
- secretKey: client-id - secretKey: client_id
sourceRef: sourceRef:
storeRef: storeRef:
name: vaultwarden-login name: vaultwarden-login
@ -24,7 +22,7 @@ spec:
remoteRef: remoteRef:
key: 1062e5b4-5380-49f1-97c3-340f26f3487e key: 1062e5b4-5380-49f1-97c3-340f26f3487e
property: fields[0].value property: fields[0].value
- secretKey: client-secret - secretKey: client_secret
sourceRef: sourceRef:
storeRef: storeRef:
name: vaultwarden-login name: vaultwarden-login

View File

@ -36,7 +36,7 @@ configs:
g, k8s_dashboard, role:admin g, k8s_dashboard, role:admin
secret: secret:
createSecret: true createSecret: false
argocdServerAdminPassword: "" # <--- SET BCRYPT HASH HERE OR MANAGE EXTERNALLY argocdServerAdminPassword: "" # <--- SET BCRYPT HASH HERE OR MANAGE EXTERNALLY
extra: extra:
dex.authentik.clientID: dex.authentik.clientID: