How to reset password #6242
-
Just for context I am pulling up the grafana by port-forwarding my pod locally. I have installed Devlake on EKS using helm. The issue I am running into is when I try the default username: admin and password: admin I get an incorrect credentials response. Has anyone seen this before? Or does someone know how I can reset the password even though I don't official have an account? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
@ZhangNing10 Can you help to solve it ? |
Beta Was this translation helpful? Give feedback.
-
Hi I am user in loacl Devlake I am forgot Grafana Password, not able to Reset Could you please help on this |
Beta Was this translation helpful? Give feedback.
run
kubectl get secret -n <your namespace>
to get grafana secret, and thenkubectl get secret -n <your namespace> <grafana secret name> -oyaml
, and thenecho <password encode string> |base64 --decode