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 credential support to AzureBlobCacheStorage #510

Merged
merged 7 commits into from
Nov 15, 2023

Conversation

altinokdarici
Copy link
Collaborator

@altinokdarici altinokdarici commented Nov 15, 2023

Issue: Currently, passing connection string with a SAS token is the only way to configure 'Azure Blob'. However, I need to support interactive login in cloudpack.

The workaround is to use InteractiveBrowserClient and generate a SAS token out of it. Although this method works fine, there are lots of limitations such as there is no way use refresh token or persistence option.

Fix: Adding ability to pass Credential object. This way, I can set up InteractiveBrowserClient and take full advantage of azure/identity

@altinokdarici altinokdarici force-pushed the user/altinokd/pass-creds branch from 41b3411 to ab30f15 Compare November 15, 2023 07:01
@altinokdarici altinokdarici marked this pull request as ready for review November 15, 2023 07:01
@ecraig12345 ecraig12345 merged commit d5a8181 into microsoft:master Nov 15, 2023
4 checks passed
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