Using the Vault CLI
IBM® Sovereign Core provides you with an in-built secrets management and cyber resilient Vault. Securely store your passwords, certificates, access control data in the protected Vault. You can access the Vault through the CLI. The Vault CLI is installed during the installation of the IBM Sovereign Core.
Make sure you have run the install.sh script for the product and it has completed successfully. For steps and more information see, Installing IBM Sovereign Core. When the installation of the product completes successfully, the Vault CLI is available to you. Use the CLI to run commands on your Vault.
Note: The binaries are automatically downloaded on landing server during deployment process.
Before you run any command in the Vault, you must log in to the cluster.
Use the following command to authenticate to the cluster:
sov-core login --token=$SOV_CORE_TOKEN --server=$CLUSTER_SERVER
Use the following information for guidance on the different commands you can run.
- Vault command examples
- General use guidance:
<plugin-name> vault <vault-command> -n <vault_namespace_name> -p <vault_pod_name>Example of this usage:sov-core -n <vault_namespace_name> -p <vault_pod_name>
moving to GS