Skip to content

Unable to attach an IRSA in Amazon EKS without manually patching ServiceAccount #217

@wbhildeb

Description

@wbhildeb

With our self-hosted retool instance in Amazon EKS, we are unable to successfully attach an irsa to the retool service account without the following configurations:

env:
  AWS_ROLE_ARN: ${IRSA_ARN}
  AWS_WEB_IDENTITY_TOKEN_FILE: /var/run/secrets/eks.amazonaws.com/serviceaccount/token

serviceAccount:
  annotations:
    eks.amazonaws.com/role-arn: ${IRSA_ARN}

As well as manually patching the service account to set automountServiceAccountToken: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions