aws-iam-authenticator
aws-iam-authenticator copied to clipboard
A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
**What this PR does / why we need it**: - Update e2e and integration test Kubernetes/kOps versions - these look like they haven't been updated for a few years so...
### What would you like to be added? * Update aws-iam-authenticator helm chart from the "old" https://github.com/helm/charts/tree/master/stable/aws-iam-authenticator (from https://github.com/kubernetes-sigs/aws-iam-authenticator/issues/198) * Publish to an official OCI repo (https://gallery.ecr.aws/ for instance) ###...
### What would you like to be added? EC2 instance identities (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-identity-roles.html) are unique ad-hoc IAM roles assigned to EC2 Instances. They are not currently supported by aws-iam-authenticator ### Why...
Creating PR to update Go version to 1.22.3
### What would you like to be added? v0.6.20 should be marked as the latest version, and both v0.6.20 and v0.5.27 should have binaries attached (repeat of recurring bug #657)...
### What happened? I set up a cluster using kops v1.29.0 that tried to use the following image for aws-iam-authenticator ``` 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.27 ``` The pods were stuck unable to pull...
**What this PR does / why we need it**: There are two expirations which must be considered when using a signed EKS token: * 15 minutes after the point in...
**What this PR does / why we need it**: Update the AWS SDK to v2. I'll update with more detailed notes as this becomes ready for review **Which issue(s) this...
What this PR does / why we need it: There are two expirations which must be considered when using a signed EKS token: * 15 minutes after the point in...
**What this PR does / why we need it**: Allow users to inject the log level via a `--loglevel` flag. It is `info` by default, which is also the default...