aws-iam-authenticator
aws-iam-authenticator copied to clipboard
A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
We have tried to implement similar methods defined in section https://github.com/kubernetes-sigs/aws-iam-authenticator#api-authorization-from-outside-a-cluster in Golang ```go func GetEKSToken(ctx context, clusterName string) (*KubeToken, error) { request, _ := NewStsClientFrom(ctx).GetCallerIdentityRequest(&sts.GetCallerIdentityInput{}) # clusterName in the...
**What this PR does / why we need it**: - Update CLI dependencies `cobra` and `viper` to latest; reduces the number of transitive dependencies and patches vulnerabilities **Which issue(s) this...
**What this PR does / why we need it**: - Updates application's K8s dependencies - Closes #627 - Resolves #635 - Relates #611 This is part of splitting out changes...
### What happened? Hi all, I am getting the following error when deploying a EKS cluster with Flux v2: ``` 2023-07-22 15:14:01 [ℹ] gitops configuration detected, setting installer to Flux...
### What would you like to be added? aws-iam-authenticator needs the ability to migrate a clusterID field for a cluster without breaking existing client authentication. From the project's [README](https://github.com/kubernetes-sigs/aws-iam-authenticator#what-is-a-cluster-id), >...
### What would you like to be added? Hi, I'm currently embedding the generated binary into a container image and my container vunlerability scanner complains quite a lot about so...
### What would you like to be added? Hi, Not sure if a similar request have been made before but anyway here we go. I would like to have the...
**What this PR does / why we need it**: The [link](https://kubernetes.io/docs/admin/authentication/#client-go-credential-plugins) of `client-go credential plugins` gives 404 error. Updated the link to the latest [version](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#client-go-credential-plugins). **Which issue(s) this PR fixes**...
**What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*:...
I'm trying to use aws-iam-authenticator in a script to add a role (without human intervention). Setting the argument '--prompt false' doesn't appear to be doing anything as I still get...