forked from ab/homelab
Added Argocd oidc config
This commit is contained in:
@ -11,12 +11,10 @@ spec:
|
||||
template:
|
||||
type: Opaque
|
||||
data:
|
||||
dex.authentik.clientID: |-
|
||||
{{ .client-id }}
|
||||
dex.authentik.clientSecret: |-
|
||||
{{ .client-secret }}
|
||||
dex.authentik.clientID: "{{ .client_id | quote }}"
|
||||
dex.authentik.clientSecret: "{{ .client_secret | quote }}"
|
||||
data:
|
||||
- secretKey: client-id
|
||||
- secretKey: client_id
|
||||
sourceRef:
|
||||
storeRef:
|
||||
name: vaultwarden-login
|
||||
@ -24,7 +22,7 @@ spec:
|
||||
remoteRef:
|
||||
key: 1062e5b4-5380-49f1-97c3-340f26f3487e
|
||||
property: fields[0].value
|
||||
- secretKey: client-secret
|
||||
- secretKey: client_secret
|
||||
sourceRef:
|
||||
storeRef:
|
||||
name: vaultwarden-login
|
||||
|
Reference in New Issue
Block a user