Post changing the password on the ArgoCD web screen, a connection to the automation site server terminal is established and run the orchestral_configurator.sh command, and it says that the Argocd login password is wrong. Is there anything on the web screen that needs to be changed and additionally changed or should the initial password for the Argocd be retained as is?
Error Message: ArgoCD Web Password Change: Error with orchestral_configurator.sh Terminal Login
Resolution:
The Orchestrator_configurator.sh script utilizes the argocd credentials, which are stored in the argocd-admin-password secret within the argocd namespace.
- To update the password with a new one, refer to the command:
kubectl -n argocd edit secret argocd-admin-password
- In the vi environment, encode the password to base64 and request an update.