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

AWS IRSA - Service Account Annotation #2459

Open
psolarcz opened this issue Oct 24, 2023 · 0 comments · May be fixed by #2462
Open

AWS IRSA - Service Account Annotation #2459

psolarcz opened this issue Oct 24, 2023 · 0 comments · May be fixed by #2462

Comments

@psolarcz
Copy link

Currently I'm using pod_service_account_definition to add annotation to the role:

configKubernetes:
  pod_service_account_definition: '{"apiVersion":"v1","kind":"ServiceAccount","metadata":{"annotations":{"eks.amazonaws.com/role-arn":"arn:aws:iam::ACCID:role/postgres-role"}}}'

With this setup I'm unable to use unique role per postgres cluster - it's needed to set proper permissions on the S3 bucket.
Is it possible to generate a unique role per cluster?

@psolarcz psolarcz linked a pull request Oct 27, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant