Getting admin password note wrong on Grafana chart · Issue ...
github.com › helm › chartsJan 02, 2017 · After running the grafana chart it suggests I get the grafana admin password with the following text: 1. Get your 'admin' user password by running: printf $ (printf '\%o' `kubectl get secret --namespace default lumpy-mandrill-grafana -o jsonpath=" {.data.grafana-admin-password [*]}"`);echo. Running this, on OS X, results in the following output:
Helm | Grafana Labs
grafana.com › docs › lokiTo install Grafana on your cluster with Helm, use the following command: helm install loki-grafana grafana/grafana To get the admin password for the Grafana pod, run the following command: kubectl get secret --namespace <YOUR-NAMESPACE> loki-grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
Grafana Authentication | Grafana Labs
grafana.com › docs › grafanaGrafana Auth. Grafana of course has a built in user authentication system with password authentication enabled by default. You can disable authentication by enabling anonymous access. You can also hide login form and only allow login through an auth provider (listed above). There is also options for allowing self sign up.