modified: apps/argocd-config/argocd-cm.yaml
modified: apps/argocd-config/external-secret.yaml
This commit is contained in:
@@ -13,8 +13,8 @@ data:
|
|||||||
oidc.config: |
|
oidc.config: |
|
||||||
name: Authentik
|
name: Authentik
|
||||||
issuer: https://auth.apps.k3s.stabify.de/application/o/argo-cd/
|
issuer: https://auth.apps.k3s.stabify.de/application/o/argo-cd/
|
||||||
clientID: kfQ0L0Z4JSjlgFkciBisEtOMxDMc4ECA729nFujN
|
clientID: $argocd-oidc-secret:client_id
|
||||||
clientSecret: $argocd-oidc-secret:oidc.authentik.clientSecret
|
clientSecret: $argocd-oidc-secret:client_secret
|
||||||
requestedScopes: ["openid", "profile", "email", "groups"]
|
requestedScopes: ["openid", "profile", "email", "groups"]
|
||||||
|
|
||||||
# Resource Customizations (unverändert)
|
# Resource Customizations (unverändert)
|
||||||
|
|||||||
@@ -13,9 +13,10 @@ spec:
|
|||||||
template:
|
template:
|
||||||
engineVersion: v2
|
engineVersion: v2
|
||||||
data:
|
data:
|
||||||
# ArgoCD OIDC Config Keys
|
# ArgoCD OIDC Config Keys (ohne Punkte, zur Sicherheit)
|
||||||
oidc.authentik.clientId: "{{ .oidc_client_id }}"
|
client_id: "{{ .oidc_client_id }}"
|
||||||
oidc.authentik.clientSecret: "{{ .oidc_client_secret }}"
|
client_secret: "{{ .oidc_client_secret }}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
data:
|
data:
|
||||||
|
|||||||
Reference in New Issue
Block a user