Fix docstring for exchange credential CLI.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
6cdd4a9506
commit
541336b997
@ -60,6 +60,12 @@ func newExchangeCredentialCmd(args []string, stdout, stderr io.Writer) *exchange
|
|||||||
Requires all of the following environment variables, which are
|
Requires all of the following environment variables, which are
|
||||||
typically set in the kubeconfig:
|
typically set in the kubeconfig:
|
||||||
- PINNIPED_TOKEN: the token to send to Pinniped for exchange
|
- PINNIPED_TOKEN: the token to send to Pinniped for exchange
|
||||||
|
- PINNIPED_NAMESPACE: the namespace of the identity provider to authenticate
|
||||||
|
against
|
||||||
|
- PINNIPED_IDP_TYPE: the type of identity provider to authenticate
|
||||||
|
against (e.g., "webhook")
|
||||||
|
- PINNIPED_IDP_NAME: the name of the identity provider to authenticate
|
||||||
|
against
|
||||||
- PINNIPED_CA_BUNDLE: the CA bundle to trust when calling
|
- PINNIPED_CA_BUNDLE: the CA bundle to trust when calling
|
||||||
Pinniped's HTTPS endpoint
|
Pinniped's HTTPS endpoint
|
||||||
- PINNIPED_K8S_API_ENDPOINT: the URL for the Pinniped credential
|
- PINNIPED_K8S_API_ENDPOINT: the URL for the Pinniped credential
|
||||||
|
@ -43,6 +43,12 @@ var (
|
|||||||
Requires all of the following environment variables, which are
|
Requires all of the following environment variables, which are
|
||||||
typically set in the kubeconfig:
|
typically set in the kubeconfig:
|
||||||
- PINNIPED_TOKEN: the token to send to Pinniped for exchange
|
- PINNIPED_TOKEN: the token to send to Pinniped for exchange
|
||||||
|
- PINNIPED_NAMESPACE: the namespace of the identity provider to authenticate
|
||||||
|
against
|
||||||
|
- PINNIPED_IDP_TYPE: the type of identity provider to authenticate
|
||||||
|
against (e.g., "webhook")
|
||||||
|
- PINNIPED_IDP_NAME: the name of the identity provider to authenticate
|
||||||
|
against
|
||||||
- PINNIPED_CA_BUNDLE: the CA bundle to trust when calling
|
- PINNIPED_CA_BUNDLE: the CA bundle to trust when calling
|
||||||
Pinniped's HTTPS endpoint
|
Pinniped's HTTPS endpoint
|
||||||
- PINNIPED_K8S_API_ENDPOINT: the URL for the Pinniped credential
|
- PINNIPED_K8S_API_ENDPOINT: the URL for the Pinniped credential
|
||||||
|
Loading…
Reference in New Issue
Block a user