Renaming Key References

Rename a key reference created for an external key residing in Thales (CM)

After you create a key reference, you can rename it by accessing the Key Reference Details page.

    1. Open the Oracle Cloud Console navigation menu and click Identity & Security. Under Key Management and Secret Management, click External Key Management.
    2. In the External key Management home page, select a vault from the summary table
    3. In the Vault Details page, select a key reference.
    4. In the Key Reference Details page, click Rename.
      Note

      You can update the key reference name, but not the external Key GUID.
      .
  • Open a command prompt and run oci kms management key update to rename a key reference:

    oci kms management key update --external-key-reference --display-name 

    Avoid entering confidential information.

    For a complete list of flags and variable options for Vault CLI commands, see Command Line Reference.

  • Run the UpdateKey operation to rename a key reference

    Note

    Each region has a unique endpoint for create, update, and list operations for secrets. This endpoint is referred to as the control plane URL or secret management endpoint. Each region also has a unique endpoint for operations related to retrieving secret contents. This endpoint is known as the data plane URL or the secret retrieval endpoint. For regional endpoints, see the API Documentation.

    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.