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

OAuth support? #87

Open
vsinha opened this issue Dec 13, 2022 · 1 comment
Open

OAuth support? #87

vsinha opened this issue Dec 13, 2022 · 1 comment
Labels
question Further information is requested

Comments

@vsinha
Copy link

vsinha commented Dec 13, 2022

I'd like to add the ION graphql api (docs here), which I think is using an OAuth implementation. I can manually generate an auth token and apply that as custom HTTP headers, and this graphql-datasource plugin works in that case. However, the auth token expires, so ideally the plugin should do the auth dance on its own. Is this possible as it's currently written, or would this require adding a new feature?

@vsinha vsinha added the question Further information is requested label Dec 13, 2022
@vsinha
Copy link
Author

vsinha commented Dec 20, 2022

Update/workaround: the grafana-infinity plugin support OAuth1 and OAuth2 and supports graphql endpoints. If you need this functionality just switch to that plugin instead.

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

No branches or pull requests

1 participant