v1.1.0
·
5 commits
to main
since this release
port #137 - feat: add possibiblity to use AWS IAM roles for service accounts @goruha (#209)
Port of #137what
- To allow usage of AWS IRSA the assume role policy of the created IAM role needs to be adapted, therefore an additional (and optional)
statementfor thests:AssumeRoleWithWebIdentityaction was added - To decouple
sts:AssumeRolefor theServiceand theAWSprincipal types all statements have been split into separate blocks
why
- To allow usage of AWS IAM roles inside of EKS AWS
- more secure than handling AWS access keys and secrets