nastra commented on issue #13591:
URL: https://github.com/apache/iceberg/issues/13591#issuecomment-3096179042

   @lkindere that OAuth token handling mentioned here is purely for the REST 
client talking to the REST server and not for the storage layer (S3, ADLS, 
GCS). Can you describe the problem you're having with Azure so that I can 
better understand your use case?
   
   Also for the storage layer 
([S3](https://github.com/apache/iceberg/blob/e55f23858848bb848a1a16ae1ee045139ffe89fc/aws/src/main/java/org/apache/iceberg/aws/s3/VendedCredentialsProvider.java#L46),
 
[ADLS](https://github.com/apache/iceberg/blob/68f8053d67aaae7c7cf7b13045e2ed4146fa45f9/azure/src/main/java/org/apache/iceberg/azure/adlsv2/VendedAdlsCredentialProvider.java#L47),
 
[GCS](https://github.com/apache/iceberg/blob/054eacd5d691012b725d1c16d96f1c728748a3cf/gcp/src/main/java/org/apache/iceberg/gcp/gcs/OAuth2RefreshCredentialsHandler.java#L42))
 we have different credential providers that allow refresh handling of those. 
Again, this is separate from the OAuth stuff that is being mentioned in this 
issue.


-- 
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