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
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