-
Notifications
You must be signed in to change notification settings - Fork 35
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
Rework authentication UI + OAuth support #90
base: master
Are you sure you want to change the base?
Conversation
Add tooltip for all settings Rewrite the datasource configuration UI Support non encoded private key in the datasource configuration.
Add tooltip for all settings Rewrite the datasource configuration UI Support non encoded private key in the datasource configuration.
…entication # Conflicts: # CHANGELOG.md
7ce34b9
to
be17ada
Compare
…chelin/snowflake-grafana-datasource into feature/rework-authentication
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Just a heads-up: |
That’s a good point. However, for now, OAuth support will be limited to a single ‘Application Account’ that will handle all queries. |
Signed-off-by: devnied <[email protected]>
Signed-off-by: devnied <[email protected]>
Signed-off-by: Julien Millau <[email protected]>
Quality Gate failedFailed conditions |
Rework the current authentication UI and add Oauth support.
Closes #47