cw-pradyumna opened a new issue, #6718: URL: https://github.com/apache/iceberg/issues/6718
### Apache Iceberg version 1.1.0 (latest release) ### Query engine Spark ### Please describe the bug 🐞 I am running spark on EKS. When I use a service account in spark on kubernetes and attach a role to it in AWS, that service account is able to access AWS resources through the AWS WebIdentityTokenCredentialsProvider. But in case of Iceberg, it doesn't seem to be doing so. When I passed tokens to it though the following properties, I was able to write to s3, without any issue. ``` spark.sql.catalog.my_catalog.s3.secret-access-key spark.sql.catalog.my_catalog.s3.access-key-id spark.sql.catalog.my_catalog.s3.session-token ``` -- 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.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