jakeFeldman / strapi-provider-upload-azure-storage

Strapi Provider Upload Azure Storage
MIT License
75 stars 42 forks source link

Add support for ManagedIdentity #72

Closed mbfaay closed 8 months ago

mbfaay commented 1 year ago

Adds support for using Managed Identity for accessing the Storage Account.

jakeFeldman commented 1 year ago

Thanks for the PR! I will get a new version published ASAP.

mruoss commented 1 year ago

It's possible to use DefaultAzureCredential without passing a client id. It would be nice if that was supported, too.