Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to Pass trino.s3.credentials-provider Parameter in Helm Chart? #133

Closed
arvind1705 opened this issue Feb 12, 2024 · 3 comments
Closed

Comments

@arvind1705
Copy link

I'm working with a Helm chart for deploying Trino and need to configure the trino.s3.credentials-provider parameter to use com.amazonaws.auth.InstanceProfileCredentialsProvider for S3 access.

Could someone please guide where to specify the trino.s3.credentials-provider parameter in the Helm chart configuration?
Any assistance would be appreciated!

@luismacosta
Copy link

luismacosta commented Feb 14, 2024

Hi

I would say to use IAM roles for service accounts
Create an IAM role + IAM policy with s3 access and use serviceAccount annotation eks.amazonaws.com/role-arn: <role_arn>

@philicious
Copy link

    serviceAccount:
      create: true
      annotations:
        eks.amazonaws.com/role-arn: arn:aws:iam::YOUR_AWS_ACCOUNT_ID:role/ROLE_NAME

@nineinchnick
Copy link
Member

trino.s3.credentials-provider goes into the catalog properties, so additionalCatalogs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants