Querying S3 Tables on Kubernetes with Trino Using IAM-Based Authentication #25699
Unanswered
soumilshah1995
asked this question in
Q&A
Replies: 1 comment 1 reply
-
For me, this was fixed after specifying the s3.iam-role ARN in the catalog properties. Otherwise, the catalog was defaulting to access keys. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We would like to seek assistance regarding an issue we're encountering with Trino.
We are using the following Trino Docker image:
Our Iceberg catalog configuration is as follows:
We are using IAM role–based authentication. However, during deployment or when attempting queries, we are encountering the following error:
Do we need to use a REST catalog URL like:
iceberg.rest-catalog.uri=https://glue.us-east-2.amazonaws.com/iceberg
or should it be:
https://s3tables/..amazonaws.com/iceberg?
REF https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-integrating-open-source.html
Beta Was this translation helpful? Give feedback.
All reactions