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

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