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: |
|
||||
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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user