juju show-credentials
¶
Aliases: show-credentials
Summary¶
Shows credential information stored either on this client or on a controller.
Usage¶
juju show-credential [options] [<cloud name> <credential name>]
Options¶
Flag |
Default |
Usage |
---|---|---|
|
false |
Do not use web browser for authentication |
|
Controller to operate in |
|
|
false |
Client operation |
|
yaml |
Specify output format (yaml) |
|
Specify an output file |
|
|
false |
Display credential secret attributes |
Examples¶
juju show-credential google my-admin-credential
juju show-credentials
juju show-credentials --controller mycontroller --client
juju show-credentials --controller mycontroller
juju show-credentials --client
juju show-credentials --show-secrets
Details¶
This command displays information about cloud credential(s) stored either on this client or on a controller for this user.
To see the contents of a specific credential, supply its cloud and name. To see all credentials stored for you, supply no arguments.
To see secrets, content attributes marked as hidden, use –show-secrets option.
To see credentials from this client, use “–client” option.
To see credentials from a controller, use “–controller” option.