modified: apps/argocd-config/argocd-cm.yaml
modified: apps/argocd-config/external-secret.yaml
This commit is contained in:
@@ -9,21 +9,13 @@ metadata:
|
||||
data:
|
||||
url: "https://argocd.k3s.stabify.de"
|
||||
|
||||
# DEX Config statt OIDC (für CLI Support)
|
||||
dex.config: |
|
||||
connectors:
|
||||
- config:
|
||||
# OIDC Direct Config (Dex Bypass)
|
||||
oidc.config: |
|
||||
name: Authentik
|
||||
issuer: https://auth.apps.k3s.stabify.de/application/o/argocd/
|
||||
clientID: wETzydDHkt2EbIY0I2MqFyC0lTv3OpHbDkRNhoKP
|
||||
clientSecret: $argocd-oidc-secret:dex.authentik.clientSecret
|
||||
insecureEnableGroups: true
|
||||
scopes:
|
||||
- openid
|
||||
- profile
|
||||
- email
|
||||
name: authentik
|
||||
type: oidc
|
||||
id: authentik
|
||||
clientID: $argocd-oidc-secret:oidc.authentik.clientId
|
||||
clientSecret: $argocd-oidc-secret:oidc.authentik.clientSecret
|
||||
requestedScopes: ["openid", "profile", "email", "groups"]
|
||||
|
||||
# Resource Customizations (unverändert)
|
||||
resource.customizations.ignoreResourceUpdates.ConfigMap: |
|
||||
|
||||
@@ -13,11 +13,10 @@ spec:
|
||||
template:
|
||||
engineVersion: v2
|
||||
data:
|
||||
# ArgoCD Dex Config Key
|
||||
dex.authentik.clientSecret: "{{ .oidc_client_secret }}"
|
||||
# Dex braucht keine clientID im Secret, die steht in der ConfigMap.
|
||||
# Aber wir können sie hier lassen oder entfernen.
|
||||
oidc.authentik.clientId: "{{ .oidc_client_id }}" # Legacy / Optional
|
||||
# ArgoCD OIDC Config Keys
|
||||
oidc.authentik.clientId: "{{ .oidc_client_id }}"
|
||||
oidc.authentik.clientSecret: "{{ .oidc_client_secret }}"
|
||||
|
||||
|
||||
data:
|
||||
- secretKey: client_id
|
||||
|
||||
Reference in New Issue
Block a user