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
Harsh-Maheshwari commented
Grafana is deprecating the use of API keys How to use this tool with the new authentication method
alessio-locatelli commented
The steps should be equivalent:
- Create a service account in Grafana
- Add a token to a service account in Grafana
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.