aws-iam-authenticator
aws-iam-authenticator copied to clipboard
A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
Created an end-to-end testing framework for the authenticator. README in `./hack/e2e`.
I have a role with an ARN that looks like this: `arn:aws:iam::XXXXXXXXXXXX:role/gitlab-ci/gitlab-runner`. My aws-auth configmap was as follow: ``` apiVersion: v1 kind: ConfigMap metadata: name: aws-auth namespace: kube-system data: mapRoles:...
Hello, I'm using AWS SSO to manage roles and permissions in several AWS accounts. Consequently, my roles are autoprovisioned in each AWS account by AWS SSO and their names look...
Hi Today we started having error in CI/CD in Circleci. Apparently the circleci/[email protected] uses aws-iam-authenticator using this command to obtain version and then using DOWNLOAD_URL: VERSION=$(curl -Ls --fail --retry 3...
All the other releases contain `aws-iam-authenticator-{VERSION}-{PLATFORM}-amd64` files but `v5.7.0` does not. Is it intended change for the release?
The docker image url listed in the `deploy/example.yml` file points to a private ECR. I recommend pointing this to the official public ECR instead See original `deploy/example.yml` Link: https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/2a9ee95fecab59fab41a0b646a63227d66113434/deploy/example.yaml#L231 See...
Got a nil pointer dererence panic. #421 alludes to this but I haven't verified if that's the cause yet. If I have time tomorrow and no one beats me to...
This fixes issue #438. A nil pointer panic occurs when the `token` package is used directly by 3rd party code without calling metrics.InitMetrics(). Since this is an exported package, it...
I'm seeing an issue when using the `--cache` flag from #193 on Windows. On first run: ``` Cache file C:\Users\mememe\.kube\cache\aws-iam-authenticator\credentials.yaml does not exist. No cached credential available. Refreshing... Assume Role...
### This is my DaemonSet config : ```yaml --- kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1 metadata: name: aws-iam-authenticator rules: - apiGroups: - iamauthenticator.k8s.aws resources: - iamidentitymappings verbs: - get - list -...