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

Add support for using DefaultAzureCredential #377

Open
Soggywaters opened this issue Jul 31, 2024 · 1 comment
Open

Add support for using DefaultAzureCredential #377

Soggywaters opened this issue Jul 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Soggywaters
Copy link

Is your feature request related to a problem? Please describe.
Alot of Azure SDKs in Java (but also other supported languages) allow the use of DefaultAzureCredential, which is very helpful when doing local development but also using managed identities on Azure.

The Kusto auth looks to be setup very similar.

Describe the solution you'd like
Instead of using the auth providers in the Kusto lib, use the Azure DefaultAzureCredentials utility method from the Azure identity library.

Describe alternatives you've considered
A bunch of if-else/switch-case statements.

@AsafMah
Copy link
Contributor

AsafMah commented Aug 4, 2024

This is planned for the next version. (currently blocked, #364 will solve it)

For now, you can use CallbackTokenProvider to wrap the functionality

@yogilad yogilad added the enhancement New feature or request label Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants