Create and manage key rings
Prerequisites
Section titled “Prerequisites”- You have a STACKIT customer account: Create a customer Account
- You have a STACKIT user account: Create a user account
- You have a STACKIT project: Create a project
Create a key ring
Section titled “Create a key ring”- On the left bar click on KMS.
- On the top bar click on Create key ring.
- Fill in a Key ring name and optionally a description.
- Click on Create
- Wait for your new key ring to reach the Active state.
The first step to use the STACKIT KMS is creating a new key ring. Using curl, replace projectId with the UUID of the project you want to create the key ring in.
curl --header "Content-Type: application/json" \--header "Authorization: Bearer <access-token>"--request POST \--data '{"description":"New Keyring","displayName":"KMS"}' \https://kms.api.eu01.stackit.cloud/v1/projects/<project-id>/regions/<region-id>/keyringsList and view details of key rings
Section titled “List and view details of key rings”- On the left bar click on KMS.
- You see a list of all your key rings for this project.
- Click on an entry in the list to view its details.
Delete a key ring
Section titled “Delete a key ring”- On the left bar click on KMS.
- Navigate to the key ring entry you want to delete and click on the three-dots-menu and select Delete.
- Enter the instance’s name and click on Delete.