jks-credentialstore Command
The stagelib-cli jks-credentialstore
command provides subcommands to
add, list, and delete secrets in the Java keystore credential store.
Any changes made to the Java keystore
file take effect immediately. For example, if you change the value of an existing secret
in the file, running pipelines that require a new connection to the external system use
the updated secret.
Note: In previous releases, the
jks-cs
command
provided the same subcommands to add, list, and delete secrets in the Java keystore
credential store. However, the jks-cs
command is now deprecated and
will be removed in a future release. You can use the following subcommands with the
stagelib-cli
jks-credentialstore
command:- add
- Adds a secret to the Java keystore credential store.
- delete
- Deletes a secret from the Java keystore credential store.
- list
- Lists the names of all secrets defined in the Java keystore credential store. The command does not list the values.