github.com/argoproj/argo-cd/v2@v2.10.9/docs/operator-manual/server-commands/argocd-dex_gendexcfg.md (about) 1 # `argocd-dex gendexcfg` Command Reference 2 3 ## argocd-dex gendexcfg 4 5 Generates a dex config from Argo CD settings 6 7 ``` 8 argocd-dex gendexcfg [flags] 9 ``` 10 11 ### Options 12 13 ``` 14 --as string Username to impersonate for the operation 15 --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. 16 --as-uid string UID to impersonate for the operation 17 --certificate-authority string Path to a cert file for the certificate authority 18 --client-certificate string Path to a client certificate file for TLS 19 --client-key string Path to a client key file for TLS 20 --cluster string The name of the kubeconfig cluster to use 21 --context string The name of the kubeconfig context to use 22 --disable-compression If true, opt-out of response compression for all requests to the server 23 --disable-tls Disable TLS on the HTTP endpoint 24 -h, --help help for gendexcfg 25 --insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure 26 --kubeconfig string Path to a kube config. Only required if out-of-cluster 27 --logformat string Set the logging format. One of: text|json (default "text") 28 --loglevel string Set the logging level. One of: debug|info|warn|error (default "info") 29 -n, --namespace string If present, the namespace scope for this CLI request 30 -o, --out string Output to the specified file instead of stdout 31 --password string Password for basic authentication to the API server 32 --proxy-url string If provided, this URL will be used to connect via proxy 33 --request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0") 34 --server string The address and port of the Kubernetes API server 35 --tls-server-name string If provided, this name will be used to validate server certificate. If this is not provided, hostname used to contact the server is used. 36 --token string Bearer token for authentication to the API server 37 --user string The name of the kubeconfig user to use 38 --username string Username for basic authentication to the API server 39 ``` 40 41 ### SEE ALSO 42 43 * [argocd-dex](argocd-dex.md) - argocd-dex tools used by Argo CD 44