kmip.update¶
Update KMIP Server Configuration.
System currently authenticates connection with remote KMIP Server with a TLS handshake. certificate and certificate_authority determine the certs which will be used to initiate the TLS handshake with server.
validate is enabled by default. When enabled, system will test connection to server making sure it’s reachable.
manage_zfs_keys/manage_sed_disks when enabled will sync keys from local database to remote KMIP server. When disabled, if there are any keys left to be retrieved from the KMIP server, it will sync them back to local database.
enabled if true, cannot be set to disabled if there are existing keys pending to be synced. However users can still perform this action by enabling force_clear.
ssl_version can be specified to match the ssl configuration being used by KMIP server.
change_server is a boolean field which allows users to migrate data between two KMIP servers. System will first migrate keys from old KMIP server to local database and then migrate the keys from local database to new KMIP server. If it is unable to retrieve all the keys from old server, this will fail. Users can bypass this by enabling force_clear.
force_clear is a boolean option which when enabled will in this case remove all pending keys to be synced from database. It should be used with extreme caution as users may end up with not having ZFS dataset or SED disks keys leaving them locked forever. It is disabled by default.
No Additional Items
Tuple Validation
Parameter 1: kmip_update
kmip_update
Type: objectKMIPUpdateArgs parameters.
No Additional PropertiesEnabled
Type: booleanWhether to enable KMIP functionality.
Manage Sed Disks
Type: booleanWhether to use KMIP for managing SED (Self-Encrypting Drive) keys.
Manage Zfs Keys
Type: booleanWhether to use KMIP for managing ZFS encryption keys.
Certificate
ID of the client certificate for KMIP authentication or null
.
Certificate Authority
ID of the certificate authority for server verification or null
.
Port
Type: integerTCP port number for the KMIP server connection.
Value must be greater or equal to 1
and lesser or equal to 65535
Server
Hostname or IP address of the KMIP server or null
if not configured.
Must be at least 1
characters long
Ssl Version
Type: enum (of string)SSL/TLS protocol version to use for KMIP connections.
Must be one of:
- "PROTOCOL_TLSv1"
- "PROTOCOL_TLSv1_1"
- "PROTOCOL_TLSv1_2"
Force Clear
Type: booleanWhether to force clear existing keys when disabling KMIP.
Change Server
Type: booleanWhether the KMIP server configuration is being changed.
Validate
Type: booleanWhether to validate the KMIP server connection before saving.
KmipEntry
Type: objectThe updated KMIP configuration.
No Additional PropertiesId
Type: integerUnique identifier for the KMIP configuration.
Enabled
Type: booleanWhether KMIP (Key Management Interoperability Protocol) is enabled.
Manage Sed Disks
Type: booleanWhether to use KMIP for managing SED (Self-Encrypting Drive) keys.
Manage Zfs Keys
Type: booleanWhether to use KMIP for managing ZFS encryption keys.
Certificate
ID of the client certificate for KMIP authentication or null
.
Certificate Authority
ID of the certificate authority for server verification or null
.
Port
Type: integerTCP port number for the KMIP server connection.
Value must be greater or equal to 1
and lesser or equal to 65535
Server
Hostname or IP address of the KMIP server or null
if not configured.
Must be at least 1
characters long
Ssl Version
Type: enum (of string)SSL/TLS protocol version to use for KMIP connections.
Must be one of:
- "PROTOCOL_TLSv1"
- "PROTOCOL_TLSv1_1"
- "PROTOCOL_TLSv1_2"
Required roles: KMIP_WRITE