aws-iam-authenticator
aws-iam-authenticator copied to clipboard
A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
AWS SDK V2 does not have session.Session package and while creating clientSet need to pass session.Session object. How to handle this for aws SDK V2. How to create this sess...
Hello everyone, We currently use OIDC auth for user-based interactions with Kubernetes (deployed via kops) and IAM auth for automated build deployments. Unfortunately, my team doesn't have any control over...
I have an IAM user named `Alice`, and she's a member of the IAM group `eks-admin`. The following configuration works, but when I remove Alice from `mapUsers`, `kubectl` commands give...
Change this [line](https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/master/Makefile#L6) with the value of the latest version.
If possible the project could use the newer `k8s.io/client-go v0.24.2` package.
Hi Team, I am working on building a **cytopia/ansible** image for arm64 but found that it was installing **aws-iam-authenticator** binaries which is not available for ARM64. I have made some...
https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/e61f537662b64092ed83cb76e600e023f627f628/pkg/token/token.go#L507-L509 The error from `http.NewRequest` is not being checked, so it is possible for `req` to be `nil`.
Is there any chance to set the ECR repository to public?
Signed-off-by: Waleed Malik