Registry / auth / kubernetes-sigs-aws-iam-authenticator

kubernetes-sigs-aws-iam-authenticator

JSON →
library0.7.17gogounverified

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

go get github.com/kubernetes-sigs/aws-iam-authenticator
INSTALL
IMPORT
SIG · KUBERNETES-SIGS-AW
K
kubernetes-sigs-aws-iam-authenticator
authgov0.7.17
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

authenticator
github.com/kubernetes-sigs/aws-iam-authenticator

Generate an IAM authentication token for a Kubernetes cluster.

package main import ( "fmt" "github.com/kubernetes-sigs/aws-iam-authenticator/pkg/token" ) func main() { t, _ := token.GenerateToken("my-cluster-id") fmt.Println(t) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.17latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
2
Resources
kubernetes-sigs-aws-iam-authenticator — go get kubernetes-sigs-aws-iam-authenticator · libregistry