Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifests/platform/argocd/operator/components/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
name: azure
issuer: <path:projects/1086456784694/secrets/azure_issuer_url#azure_issuer_url>
clientID: <path:projects/1086456784694/secrets/azure_client_id#azure_client_id>
clientSecret: $oidc-azure.azure_client_secret
clientSecret: $oidc.azure_client_secret
# Optional set of OIDC scopes to request. If omitted, defaults to: ["openid", "profile", "email", "groups"]
requestedScopes: ["openid", "profile", "email"]
# Optional set of OIDC claims to request on the ID token.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: oidc-azure
name: oidc
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "3"
Expand All @@ -11,7 +11,7 @@ spec:
name: gsm-secret-store
kind: SecretStore
target:
name: oidc-azure
name: oidc
creationPolicy: Owner
data:
- secretKey: azure_client_secret
Expand Down
Loading