ysde/grafana-backup-tool

Grafana is deprecating the use of API keys How to use this tool with the new authentication method

Harsh-Maheshwari opened this issue · 1 comments

https://grafana.com/docs/grafana/latest/administration/api-keys/#:~:text=NOTE,interact%20with%20Grafana.

Grafana is deprecating the use of API keys How to use this tool with the new authentication method

The steps should be equivalent:

  1. Create a service account in Grafana
  2. Add a token to a service account in Grafana
  3. GRAFANA_URL=<host:port> GRAFANA_TOKEN=<your_service_account_token> grafana-backup save

Perhaps the README can be updated a bit, but most likely the tool will work the same.