fix(argocd): label argocd-oidc-secret so Argo CD reads its keys (DEV-523) #6

Merged
forgejoadmin merged 1 commit from fix/DEV-523-argocd-oidc-secret-label into main 2026-08-23 10:37:12 +00:00
Owner

See DEV-523 verify comment for context.

See DEV-523 verify comment for context.
forgejoadmin added 1 commit 2026-08-23 10:37:11 +00:00
Argo CD only substitutes $secret:key references from Secrets carrying
the label app.kubernetes.io/part-of: argocd. Without it, the server
logs "secret key does not exist in secret" and renders placeholders
verbatim into the OIDC redirect URL.

Adding the label to the SealedSecret template ensures sealed-secrets-
controller re-produces the Secret with the label on every restore, so
OIDC keeps working after DR / re-seal.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
forgejoadmin merged commit c9a60a56c3 into main 2026-08-23 10:37:12 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: basicstack/stack.basicstack.de#6
No description provided.