I am quite new to grafana. I have created some dashboards in grafana. I have a postgres datasource. Now I want to create the authentication part where user will enter username and password and then click on submit button. I have a user table in postgres and I want when user enter the login credential then grafana should check whether those credentials exists in the database. If exists then only it should allow to the dashboards. Like for normal web pages we create the login page and writes the query to check the credentials. In grafana How I can do that???
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Pass Credentials to Datasource (postgres or json) | 4 | 2271 | October 3, 2022 | |
| Getting db query error while running table query using postgres datasource: pq: password authentication failed for user {{username}} | 3 | 5612 | October 25, 2022 | |
| Connected to Postgres DB but dashboard has no data | 13 | 3317 | May 25, 2023 | |
| Grafana: DB query error: PQ: password authentication failed for user "Postgres" | 1 | 3134 | October 19, 2021 | |
| Grafana using Postgres database | 4 | 5303 | January 16, 2020 |