Renaming an External Key Management Vault

Learn how to rename a vault in OCI External Key Management.

After you create a vault, you can rename it by accessing the Vault Details page.

    1. Open the navigation menu , select Identity & Security, and then select External Key Management.
    2. On the External key Management home page, select the name of the vault you want to rename to see the vault's details.
    3. Select Edit Name.
    4. Enter a new name for the vault name and then select Update.
  • Use the oci kms management vault update command to rename a vault in External Key Management.

    oci kms management vault update --external-key-manager-metadata

    For example:

    
                    oci kms management vault update vault-1

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Use the UpdateVault API to update the details of an External 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.