Editing vault details
You can edit your vaults in Unified Key Orchestrator with the UI, or programmatically with the Unified Key Orchestrator API. With a vault, you cannot only create key templates, create managed keys, or add keystores, but also manage resources that are contained in the vault.
Editing vault details with the UI
To edit vault details by using the UI, complete the following steps:
-
Click Vaults from the navigation to view all the available vaults.
-
Click the vault that you want to edit. The Details side panel is displayed.
-
Click Edit to update the Vault name and Description.
The vault name must be of 1 to 100 characters in length. The characters can be letters (case-sensitive), digits (0-9), or symbols (#@!$%\’_-).
-
Click Save to save the property changes.
-
The key templates, keys, and keystores that are assigned to this vault are displayed in tables.
-
Optionally, you can add additional key templates to the vault by clicking Create key template under Key templates, add keys by clicking Create key under Managed Keys, or add keystores by clicking Add keystores under Keystores.
Editing vault details with the API
To edit a vault through the API, follow these steps:
-
Retrieve your service and authentication credentials to work with vaults in the service.
-
Edit a vault by making a
PATCH
call to the following endpoint.https://<instance_ID>.uko.<region>.hs-crypto.appdomain.cloud/api/v4/vaults/<vault_id>
Replace
<vault_id>
with the ID of your vault.For detailed instructions and code examples about using the API method, check out the Hyper Protect Crypto Services Unified Key Orchestrator API reference doc.
What's next
-
To find out how to create a vault, check out Creating vaults.
-
To find out how to delete a vault, check out Deleting vaults.
-
To find out how to grant access to vaults, see Granting access to vaults.