I am using helm to deploy ‘pmm’ on a AWS EKS cluster. The plain helm installation worked fine and I was able to login to pmm UI. I add serviceAnnotations to assume a IAM role and now when I decrypt the default password from ‘pmm-secret’ and try to login, it’s giving me an error (Invalid username/password). I am using admin as the username which worked before.
pmm pod logs doesn’t say anything.
Any thoughts on why the default admin password is not working and how to fix it?
When you log in the first time, PMM prompts you to change the default password. Did you change it by accident? Try the default admin/admin, and maybe some other potential passwords.
It didn’t prompt me to change the password. What other combinations are you suggesting? admin/admin didn’t work. I decoded the default pmm-secret that was created by helm installation PMM_ADMIN_PASSWORD and it’s not working. The only change I made was to add the code in values.yaml to create a ServiceAccount with annotations to the role-arn.
It was working before this. I am not sure where to look now.