modified: apps/argocd-config/argocd-cm.yaml

modified:   apps/argocd-config/external-secret.yaml
This commit is contained in:
Ubuntu
2026-01-13 00:38:25 +00:00
parent f2849da565
commit edd3cbcb48
2 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ data:
oidc.config: |
name: Authentik
issuer: https://auth.apps.k3s.stabify.de/application/o/argo-cd/
clientID: $argocd-oidc-secret:client_id
clientSecret: $argocd-oidc-secret:client_secret
clientID: $argocd-oidc-secret:oidc-client-id
clientSecret: $argocd-oidc-secret:oidc-client-secret
requestedScopes: ["openid", "profile", "email", "groups"]
# Resource Customizations (unverändert)

View File

@@ -12,11 +12,11 @@ spec:
name: argocd-oidc-secret
creationPolicy: Owner
data:
- secretKey: client_id
- secretKey: oidc-client-id
remoteRef:
key: secret/apps/argocd
property: oidc_client_id
- secretKey: client_secret
- secretKey: oidc-client-secret
remoteRef:
key: secret/apps/argocd
property: oidc_client_secret