Skip to main content
You can update the name and description of symmetric and asymmetric keys in Key Management Service (KMS). For symmetric keys, you can also update the key rotation period. You can’t update the algorithm of an existing key. Create a new key if you need to use a different algorithm.

Prerequisites

Make sure you are in a group that has at least the editor role within your tenant or project; for example, the default editors group. Alternatively, you can have an access permit with the editor role assigned to the required key. To check your access rights, go to the Administration → IAM section in the web console.

How to update a symmetric key

  1. In the web console, go to CryptographyKMS.
  2. Make sure that Symmetric keys and Active are selected in the filters.
  3. In the line of the required key, click Settings.
  4. Update the key settings:
    • Name: New key name.
    • Rotation period: New period after which KMS automatically rotates the key material. When a key is rotated, KMS generates a new key version and immediately sets it as the default version.
    • Description: New key description.
  5. Click Save changes.

How to update an asymmetric key

  1. In the web console, go to CryptographyKMS.
  2. Make sure that Asymmetric keys and Active are selected in the filters.
  3. In the line of the required key, click Settings.
  4. Update the key settings:
    • Name: New key name.
    • Description: New key description.
  5. Click Save changes.

See also