snleee opened a new issue, #9805:
URL: https://github.com/apache/pinot/issues/9805

   Currently, S3PinotFS implementation falls back to initialize credential 
using `DefaultCredentialsProvider` when the access key and secret is not 
provided by the pinot config. In this way, we allow users to set env variables 
like `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`.
   
   For ADLS Gen2 Pinot FS, we expect users to pass `accessKey` and 
`accountName` via pinot config. We should use default credential provider when 
those information is not given.
   
   Some references to look:
   
   https://blog.jongallant.com/2021/08/azure-identity-101/
   


-- 
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: commits-unsubscr...@pinot.apache.org.apache.org

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


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

Reply via email to