Difference between revisions of "Aws-iam-authenticator --help"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(11 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
  A tool to authenticate to [[Kubernetes]] using [[AWS IAM]] credentials
 
  A tool to authenticate to [[Kubernetes]] using [[AWS IAM]] credentials
<pre>
 
Usage:
 
  [[aws-iam-authenticator]] [command]
 
  
Available Commands:
+
Usage:
   add        add IAM entity to an existing aws-auth [[configmap]]
+
  [[aws-iam-authenticator]] [command]
   help        Help about any command
+
 
   init        Pre-generate certificate, private key, and kubeconfig files for the server.
+
Available Commands:
   server      Run a webhook validation server suitable that validates tokens using AWS IAM
+
   [[aws-iam-authenticator add|add]]         add IAM entity to an existing [[aws-auth]] [[configmap]]
   token      Authenticate using AWS IAM and get token for Kubernetes
+
   [[aws-iam-authenticator help|help]]       Help about any command
   verify      Verify a token for debugging purpose
+
   [[aws-iam-authenticator init|init]]       Pre-generate certificate, private key, and kubeconfig files for the server.
   version    Version will output the current build information
+
   [[aws-iam-authenticator server|server]]     Run a webhook validation server suitable that validates tokens using AWS IAM
 +
   [[aws-iam-authenticator token|token]]       Authenticate using AWS IAM and get token for Kubernetes
 +
   [[aws-iam-authenticator verify|verify]]     Verify a token for debugging purpose
 +
   [[aws-iam-authenticator version|version]]     Version will output the current build information
  
 
Flags:
 
Flags:
Line 30: Line 30:
  
 
== See also ==
 
== See also ==
 +
* {{aws-iam-authenticator}}
 
* {{EKS}}
 
* {{EKS}}
* {{AWS IAM}}
 
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 18:01, 12 September 2023

A tool to authenticate to Kubernetes using AWS IAM credentials
Usage:
  aws-iam-authenticator [command]
Available Commands:
 add         add IAM entity to an existing aws-auth configmap
 help        Help about any command
 init        Pre-generate certificate, private key, and kubeconfig files for the server.
 server      Run a webhook validation server suitable that validates tokens using AWS IAM
 token       Authenticate using AWS IAM and get token for Kubernetes
 verify      Verify a token for debugging purpose
 version     Version will output the current build information

Flags:

 -i, --cluster-id ID                 Specify the cluster ID, a unique-per-cluster identifier for your aws-iam-authenticator installation.
 -c, --config filename               Load configuration from filename
     --feature-gates mapStringBool   A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
                                     AllAlpha=true|false (ALPHA - default=false)
                                     AllBeta=true|false (BETA - default=false)
                                     IAMIdentityMappingCRD=true|false (ALPHA - default=false)
 -h, --help                          help for aws-iam-authenticator
 -l, --log-format string             Specify log format to use when logging to stderr [text or json] (default "text")

Use "aws-iam-authenticator [command] --help" for more information about a command.


See also[edit]

Advertising: