cluster client assign

Assign a list of keyrings to a specified client. Only this client will be able to see the keyrings.

NOTE   This command requires minimum Luna Appliance Software 7.9.0 with the lnh_cluster-1.0.5 package installed.

Thales requires minimum Luna Appliance Software 7.8.5 with the lnh_cluster-1.0.4 package, Luna HSM Firmware 7.8.4, and Luna HSM Client 10.7.2 to use clusters in production environments, or minimum Luna Appliance Software 7.9.0 with the lnh_cluster-1.0.5 package, Luna HSM Firmware 7.8.4, and Luna HSM Client 10.8.0 to migrate keys from Luna application partitions.

REST API: PATCH /api/cluster/client/{clientID}

User Privileges

Users with the following privileges can perform this command:

>Admin

Syntax

cluster client assign -clientid <UUID> -keyringlist <string>

Argument(s) Shortcut Description
-clientid -c Specifies the UUID of the client.
-keyringlist -k

Specifies a colon-separated list of up to 6 keyring UUIDs to be assigned to this client.

NOTE   To assign or unassign more than 6 keyrings at a time, use the cluster REST API (see PATCH /api/cluster/client/{clientID}).

Example

lunash:>cluster client assign -clientid 5cb213f6-1465-4afa-96d3-ccafb233a95e -keyringlist 27aac110-f185-4f58-a5e4-929a68fda572:44f8d5f5-db53-4e0c-892b-3167f0648960:56271eb0-8a0d-4d7c-b739-02cd65ff6c42

Success

Command Result : 0 (Success)