Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do authentication on the backend #3

Merged
merged 17 commits into from
Mar 4, 2020
Merged

Do authentication on the backend #3

merged 17 commits into from
Mar 4, 2020

Conversation

alexanderzobnin
Copy link
Collaborator

@alexanderzobnin alexanderzobnin commented Feb 14, 2020

This PR converts plugin to the backend plugin and fixes #2 by implementing proper auth flow on the backend. Obtained refresh tokens stored in files (one file for each data source) in plugin data folder. Default is a directory with plugin itself, but it can be removed after plugin update, so more stable solution is set data folder to grafana data folder via GF_STRAVA_DS_DATA_PATH env variable, like

export GF_STRAVA_DS_DATA_PATH="/my/grafana/data/strava"

Don't forget that directory should be exist.

Security note
Refresh token stored in file as a plain text and not encrypted. I think it's acceptable because refresh token can not be exchanged for access token without client secret which is encrypted and stored in Grafana database.

@Chrisblueeyes83
Copy link

how do i upgrade this Plugin? im getting always the old Version.

@BeWog
Copy link

BeWog commented Mar 15, 2020

how do i upgrade this Plugin? im getting always the old Version.

grafana-cli plugins ls
grafana-cli plugins install grafana-strava-datasource
systemctl restart grafana-server.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auth error
3 participants