kubecost / cluster-turndown

Automated turndown of Kubernetes clusters on specific schedules.
Apache License 2.0
259 stars 23 forks source link

feat(eks): support IAM Role for Service Account (IRSA) #56

Open carnei-ro opened 1 year ago

carnei-ro commented 1 year ago

Using IAM User requires rotating Access / Secret key. This PR supports "IRSA" for using dynamic credentials based on IAM Role.

pragmaticivan commented 5 months ago

Hi @teevans will this ever be merged? I'm not allowed to use aws keys in my env ;/

teevans commented 5 months ago

Hey @pragmaticivan - I'll try to get someone to review it this week!

michaelmdresser commented 5 months ago

@carnei-ro how have you tested this?