Added Argocd oidc config
This commit is contained in:
@ -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
|
||||||
|
@ -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:
|
||||||
|
Reference in New Issue
Block a user