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**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*:...
### What happened? In the EKS Web GUI's Access Tab, with Access configuration set to Authentication mode = EKS API and ConfigMap I can add an IAM access entry of...
Bumps the misc-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.10.1` |...
Bumps the k8s-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [k8s.io/api](https://github.com/kubernetes/api) | `0.34.1` |...
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `actions/checkout` from 5 to 6 Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js...
**What this PR does / why we need it**: authentication token is composed of a presigned URL to an STS endpoint. This sts endpoint is simply `curl`ed to verify token....
[Bug]:
### What happened? Facing the below error and cannot connect to k8s E0805 12:43:00.764344 14407 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: the server has asked for...
This update introduces a new flag `--process-credential-timeout` to the token command, allowing users to specify a timeout for the AWS credential_process execution. The timeout value can be set to a...