aws-iam-authenticator icon indicating copy to clipboard operation
aws-iam-authenticator copied to clipboard

A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster

Results 88 aws-iam-authenticator issues
Sort by recently updated
recently updated
newest added

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...

lifecycle/stale

**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...

cncf-cla: yes
size/L
lgtm
ok-to-test

**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...

cncf-cla: yes
size/XXL
ok-to-test

### 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...

kind/bug
lifecycle/stale
needs-triage

### 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), >...

kind/feature
lifecycle/stale

### 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...

kind/feature
lifecycle/stale
needs-triage

### 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...

kind/feature
lifecycle/stale
needs-triage

**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**...

cncf-cla: yes
needs-ok-to-test
size/XS
lifecycle/stale

**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)*:...

cncf-cla: yes
lifecycle/stale
size/XXL
needs-rebase
ok-to-test

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...

lifecycle/rotten