forked from kubernetes-sigs/aws-iam-authenticator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Support for kubectl ExecCredential output
**Why:** * Allows you to use the `heptio-authenticator-aws` binary in your `~/.kube/config` as an external authProvider **Usage:** ```yaml users: - name: user user: exec: apiVersion: client.authentication.k8s.io/v1alpha1 command: heptio-authenticator-aws args: - "token" - "--cluster-id" - "cluster-id" ``` **This change addresses the need by:** * closes kubernetes-sigs#64 Signed-off-by: Christopher Hein <me@christopherhein.com>
- Loading branch information
1 parent
d282f87
commit faa0204
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters