jtblin / kube2iam

kube2iam provides different AWS IAM roles for pods running on Kubernetes
BSD 3-Clause "New" or "Revised" License
1.98k stars 319 forks source link

Include the externalID in the cache key #316

Closed mtougeron closed 2 months ago

mtougeron commented 3 years ago

What this PR does / why we need it:

This fixes a bug in the role caching where the externalID is not considered in the cache key.

mtougeron commented 3 years ago

@jtblin Any chance you can review this PR? This is causing problems for us in our multi-tenant environments. Thanks!

mtougeron commented 2 years ago

Any chance this PR can be reviewed/approved?