Skip to content
Venkata Mutyala edited this page Apr 12, 2023 · 2 revisions

FAQ

OIDC is broken. How can i break glass and access argocd?

Username is admin and the password can be retrieved with:

kubectl -n glueops-core get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d

Clone this wiki locally