rwynn/monstache

AWS: Support EKS serviceaccount tokens

DagW opened this issue · 2 comments

DagW commented

When running monstache in EKS,
the recommended auth method is using IRSA (IAM Roles for service accounts).

This will populate two ENV vars in your Pod,
AWS_ROLE_ARN - the role to assume
AWS_WEB_IDENTITY_TOKEN_FILE - the token to do it with

Currently, Monstache does not handle this in its AWS provider chains

DagW commented

Suggested change;
#676

DagW commented

Merged, thanks @rwynn !