NikitaMatskevich commented on PR #2111:
URL: https://github.com/apache/iceberg-python/pull/2111#issuecomment-2987917962

   > I am one of those users, does this support authentication using auth token 
? (not sas token)
   
   From the 
[docs](https://arrow.apache.org/docs/python/filesystems.html#azure-storage-file-system):
 
   
   If neither account_key or sas_token is specified a 
[DefaultAzureCredential](https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/identity/azure-identity/README.md#defaultazurecredential)
 is used for authentication. This means it will try several types of 
authentication and go with the first one that works. If any authentication 
parameters are provided when initialising the FileSystem, they will be used 
instead of the default credential.
   
   Here is the diagram of a DefaultAzureCredential 
flow](https://learn.microsoft.com/en-us/azure/developer/cpp/sdk/authentication/credential-chains#defaultazurecredential-overview).
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to