grafana-gnocchi-datasource
grafana-gnocchi-datasource copied to clipboard
Renew token at user given interval
I've been using grafana-gnocchi-datasource token based authentication with a small hacky service that runs regularly and updates the token in the database. https://gitlab.com/Baggypants/grafana-gnocchi-openstack-token-renewer.
It would be helpful if there was a mechanism in the datasource to reload the token from the grafana database at a given period. For the time being I'm using a tab auto refresh browser plugin.
Using keystone
auth mode will pull a new token whenever a new one is needed. Here is my settings.
Our Gnocchi and Keystone are not hosted on the same HTTP endpoint so this configuration isn't applicable.