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

Make auth provider configurable #120

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

fjakobs
Copy link
Contributor

@fjakobs fjakobs commented Feb 22, 2023

For the SQLTools driver for Databricks I want to leverage the auth provider from the VSCode extension. I need to be able to provide a customer auth provider because my tokens expire and I need a way to update them dynamically.

See databricks/sqltools-databricks-driver#60

Copy link
Contributor

@kravets-levko kravets-levko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @fjakobs! This PR looks good and I'm going to merge it. But can you please sign-off your commits to make DCO check pass (see our contributing guide)? You can reword previous commit messages with an interactive rebase (git rebase -i main). Thank you!

@fjakobs fjakobs force-pushed the custom-auth-provider branch 2 times, most recently from 167a060 to 0be8cae Compare March 16, 2023 13:37
Signed-off-by: Fabian Jakobs <[email protected]>
@fjakobs fjakobs force-pushed the custom-auth-provider branch from 0be8cae to deb7fcd Compare March 16, 2023 13:38
@fjakobs
Copy link
Contributor Author

fjakobs commented Mar 16, 2023

I did the attribution of the commit.
Tests are failing because the PR was made from a branch of an external repo.

@kravets-levko kravets-levko merged commit cd71e56 into databricks:main Mar 16, 2023
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.

2 participants