Renaming a Vault
Rename a vault for External Key Management.
After you create a vault, you can rename it by accessing the Vault Details page.
- Open the Oracle Cloud Console navigation menu and click Identity & Security. Under Key Management and Secret Management, click External Key Management.
- In the External key Management home page. Select a vault from the summary table.
- In the Vault Details page, click Rename.
- Update the vault name and save the changes.
Open a command prompt and run
oci kms management vault update
to update a vault.oci kms management vault update --external-key-manager-metadata
For example:
oci kms management vault update vault-1
For a complete list of flags and variable options for Vault CLI commands, see Command Line Reference.
Run the
UpdateExternalVault
operation to update OCI KMS vault.For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.