Manage KMS using GUI
Explore procedures for managing Key Management System (KMS) integration with the WEKA system using the GUI.
Using the GUI, you can:
Configure a KMS
Configure the KMS of either HashiCorp Vault or KMIP within the WEKA system to encrypt filesystem keys securely.
Before you begin
Ensure the KMS is preconfigured, and the key and a valid token are readily available.
Procedure
From the menu, select Configure > Cluster Settings.
From the left pane, select Security.
On the Security page, select Configure KMS.
On the Configure KMS dialog, select the KMS type to deploy: HashiCorp Vault or KMIP.
Set the connection properties according to the selected KMS type. Select the relevant tab for details:
To configure the HashiCorp Vault connection from the GUI, set the following properties.
Address: The KMS server address.
Key Identifier: The key name used to secure the filesystem keys.
Role ID: The Role ID for AppRole authentication, provided by the Vault administrator.
Secret ID: The Secret ID for AppRole authentication, provided by the Vault administrator.
Namespace: The namespace in Vault that identifies the logical partition for organizing data and policies. Namespace names must not end with
/, avoid spaces, and refrain from using reserved names likeroot,sys,audit,auth,cubbyhole, andidentity.

To configure the KMIP connection, set the following properties:
Address: The hostname and port of the KMS, in
hostname:portformat. The hostname can be a fully qualified domain name (FQDN) or an IP address. Do not include protocol prefixes such ashttps://. The default port for KMIP is 5696, but this can vary based on the server configuration.KMS Identifier: The key UID used to secure the filesystem keys.
Client Certificate: The content of the client certificate PEM file.
Client Key: The content of the client key PEM file.
CA Certificate: (Optional) The content of the CA certificate PEM file.

Select Save.
Related topics
Obtain an API token from the vault
Obtain a certificate for a KMIP-based KMS
View the KMS configuration
Procedure
From the menu, select Configure > Cluster Settings.
From the left pane, select Security. The Security page displays the configured KMS.

Update the KMS configuration
Update the KMS configuration in the WEKA system when changes occur in the KMS server details or cryptographic keys, ensuring seamless integration and continued secure filesystem key encryption.
Procedure
From the menu, select Configure > Cluster Settings.
From the left pane, select Security.
The Security page displays the configured KMS.
Select Update KMS, and update the settings. For the parameter descriptions, see Configure a KMS.
Select Save.
Reset the KMS configuration
Reseting a KMS configuration is possible only if no encrypted filesystems exist.
Procedure
From the menu, select Configure > Cluster Settings.
From the left pane, select Security.
The Security page displays the configured KMS.
Select Reset KMS.
In the message that appears, select Yes to confirm the KMS configuration reset.
Last updated