https://github.com/absaoss/aws-get-token
EKS exec credential generator written in GO
https://github.com/absaoss/aws-get-token
Last synced: 5 months ago
JSON representation
EKS exec credential generator written in GO
- Host: GitHub
- URL: https://github.com/absaoss/aws-get-token
- Owner: AbsaOSS
- Created: 2022-12-05T14:30:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T21:21:56.000Z (about 3 years ago)
- Last Synced: 2025-05-22T03:07:51.775Z (9 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**aws-get-token**
Is a golang implementation of `aws eks get-token` functionality, which is part of aws cli v2 (python implementation). The aim of this project is to simplify maintenance and dependency management while using kubectl within contenerized environment. Such as terraform kubectl provider running in tf-runner kubernetes pod.
Following flags are supported:
```code
--region: override AWS region
--cluster-name: EKS cluster name or ID to retrieve a token for (required)
--role-arn: AWS role to assume (in arn format)
```