facebookincubator / velox

A composable and fully extensible C++ execution engine library for data management systems.
https://velox-lib.io/
Apache License 2.0
3.52k stars 1.15k forks source link

Add ABFS support for Azure service principal auth #11568

Open majetideepak opened 3 hours ago

majetideepak commented 3 hours ago

Description

Current ADLS connections are supported through an account-key-based authentication mechanism. Per the Azure doc, the secured/preferred way of accessing ADLS is using the service principle authentication. https://learn.microsoft.com/en-us/azure/databricks/connect/storage/azure-storage#azureserviceprincipal

majetideepak commented 3 hours ago

@zhli1142015 Do you have any thoughts on this?