Skip to content
Server & Web Software

Argo Project (CNCF) Argo CD — GitOps Continuous Delivery for Kubernetes — Default Password

Default username and password for the Argo Project (CNCF) Argo CD — GitOps Continuous Delivery for Kubernetes: admin / (auto-generated — retrieve from argocd-initial-admin-secret Kubernetes Secret). Learn how to log in and how to change the default credentials.

Username is always 'admin'. Initial password is auto-generated at install and stored in the Kubernetes Secret 'argocd-initial-admin-secret' in the argocd namespace. Retrieve: kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath='{.data.password}' | base64 -d. In Argo CD ≤1.8 the initial password was the argocd-server pod name — a deterministic, guessable value.

UsuarioContraseñaAccesoNotas
admin
(auto-generated — retrieve from argocd-initial-admin-secret Kubernetes Secret)
Web UI

Uso responsable

Esta base de datos enumera credenciales predeterminadas documentadas públicamente para que los administradores puedan encontrarlas y cambiarlas. Úsalas solo en sistemas que poseas o que estés autorizado a probar.

Dispositivos relacionados