Description
I need to add annotations and labels to ServiceAccounts created via cdk
Use Case
eks changed the behaviour of the service accounts for pods, and one of my applications stopped working.
https://docs.aws.amazon.com/eks/latest/userguide/specify-service-account-role.html
and i temporarly (until this is fixed in the application) have to annotate the ServiceAccount with:
eks.amazonaws.com/sts-regional-endpoints: false
in order to enforce the old behaviour. I can imagine more annotations, or labels...
Proposed Solution
introduce properties for annotations and labels
Other information
no
Acknowledge
Description
I need to add annotations and labels to ServiceAccounts created via cdk
Use Case
eks changed the behaviour of the service accounts for pods, and one of my applications stopped working.
https://docs.aws.amazon.com/eks/latest/userguide/specify-service-account-role.html
and i temporarly (until this is fixed in the application) have to annotate the ServiceAccount with:
in order to enforce the old behaviour. I can imagine more annotations, or labels...
Proposed Solution
introduce properties for annotations and labels
Other information
no
Acknowledge