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: $argocd-oidc-secret:client_id
|
clientID: $argocd-oidc-secret:oidc-client-id
|
||||||
clientSecret: $argocd-oidc-secret:client_secret
|
clientSecret: $argocd-oidc-secret:oidc-client-secret
|
||||||
requestedScopes: ["openid", "profile", "email", "groups"]
|
requestedScopes: ["openid", "profile", "email", "groups"]
|
||||||
|
|
||||||
# Resource Customizations (unverändert)
|
# Resource Customizations (unverändert)
|
||||||
|
|||||||
@@ -12,11 +12,11 @@ spec:
|
|||||||
name: argocd-oidc-secret
|
name: argocd-oidc-secret
|
||||||
creationPolicy: Owner
|
creationPolicy: Owner
|
||||||
data:
|
data:
|
||||||
- secretKey: client_id
|
- secretKey: oidc-client-id
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secret/apps/argocd
|
key: secret/apps/argocd
|
||||||
property: oidc_client_id
|
property: oidc_client_id
|
||||||
- secretKey: client_secret
|
- secretKey: oidc-client-secret
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secret/apps/argocd
|
key: secret/apps/argocd
|
||||||
property: oidc_client_secret
|
property: oidc_client_secret
|
||||||
|
|||||||
Reference in New Issue
Block a user