Creating a New Key
Key Definition Creation
Click the Create button from the Management → Secrets Management → Keys screen. Fill in the information under Definition. Then click the New Key Definition button.
The fields used for key creation configuration:

| Field | Description |
|---|---|
| Name | Name information of the created key. |
| Description | A description can be written to facilitate management related to the created key. |
| Key Type | The type of the key is selected. Three options are available: • Secret Key • Private Key • Public Key |
| Algorithm (Algorithm) | The algorithm of the key is selected. Options vary according to the type of the key: • For secret key: AES, DES, DESede • For private and public keys: RSA |
Configuration Settings
Fill in the configuration information for the Key in the opened window. Then click the Save button. The saved Key Definition is listed in the table opened under Configuration.
The fields used for key definition configuration:

| Field | Description |
|---|---|
| Environments (Environments) | The previously defined environment where the key will be used is selected. |
| Source (Source) | The source from which the key will be obtained. Two options are available: • Import from File • Paste from Clipboard |
| File (File) | When the Import from File option is selected, the file containing the key is selected by clicking the “Select File” button. Allowed formats: pem, crt, cer, cert, der. |
| Key Content (Key Content) | When the Paste from Clipboard option is selected, this is the field where the key will be pasted. |
| Alias | The alias information of the key is entered. |
Key Editing
Editing Settings
After clicking the “Edit” button to edit the key, the steps followed during creation are followed.

Updating Related JWKs
When a key (Public Key or Private Key) is updated and the Save and Deploy button is clicked, if there are JWKs created from this key, the system automatically detects related JWKs and presents the user with options.When a key is updated, JWKs created from this key can also be automatically updated or the relationship can be disconnected.
JWK Connection Dialog
When a key is updated and related JWKs are detected, the following dialog opens:
- Title: “JWK Connection”
- Warning Message: “This Key is used in X JWK(s). What would you like to do?”
- Options:
- Update related JWKs: Ensures that changes in the key are reflected to related JWKs as well.
- Update key only and disconnect: Updates the key but disconnects the relationship with JWKs.
- Cancel: Cancels the operation.
Update Flow
Confirmation Dialog
When Update or Disconnect is selected, a confirmation dialog opens. The user confirms the operation by entering the key name.
Key Deletion
Starting Deletion Operation
To delete an existing key, click the Delete button from that key’s menu.

Related JWK Check
The system checks for JWKs created from this key. If there are related JWKs, the JWK Connection dialog opens.
Deletion Options
If there are related JWKs, the following options are presented:
- Delete JWKS: Delete related JWKs as well
- Delete Disconnect: Delete only the key, keep JWKs (relationship is disconnected)
- Cancel: Cancel the operation
Confirmation Dialog
When Delete JWKS or Delete Disconnect is selected, a confirmation dialog opens. The user confirms the operation by entering the key name.
Deleting Related JWKs
When a key is deleted, if there are JWKs created from this key, the system automatically detects related JWKs and presents the user with options.Deletion Flow
Confirmation Dialog
When Delete JWKS or Delete Disconnect is selected, a confirmation dialog opens. The user confirms the operation by entering the key name.





