jakeFeldman / strapi-provider-upload-azure-storage

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

Updating Managed Identity Auth Documentation #97

Closed edineen-evenica closed 1 month ago

edineen-evenica commented 2 months ago

Updating the documentation to differentiate between User-Assigned and System-Assigned managed identities https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview

My goal was to explain a little more clearly that:

If authType is set to MSI and clientId is provided, it uses User-Assigned managed identity. 
If authType is set to MSI and clientId is not provided, it uses System-Assigned managed identity.

I also added a small note re: recommended RBAC permissions needed for this plugin to work

Storage Blob Data Contributor https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles/storage#storage-blob-data-contributor