Azure / azure-storage-fuse

A virtual file system adapter for Azure Blob storage
Other
658 stars 206 forks source link

Entra ID Authentication #1411

Closed drjinying closed 4 months ago

drjinying commented 4 months ago

Recent security guidelines suggest to disable Key/SAS authentication, and use Microsoft Entra ID instead. Is there a way to blobfuse with Entra ID authentication? Or what's the best alternative without using key/sas? Thank you!

ashruti-msft commented 4 months ago

You can use Managed Identity(MSI) or Service Principal(SPN) for Entra ID authentication. Thanks!