AWS Role Assumption via Service Account

Director AWS Role Based Authentication

Service Account Name

serviceAccountName=""

In case of role based authentication, a service account that is annotated with a trust relationship should be used. A service account K8s object should be deployed, and annotated as per the AWS docs.

The service account should be linked to an IAM role, with the end goal of the director assuming the role, therefore having access to the appropriate AWS resources (eg. an S3 bucket with test artifacts)

Last updated