encryptedpath create

Prev Next

This command creates a new path that is encrypted with a dedicated encryption key. See Encryption of Data at Rest for more details. Encryption of Data at Rest

To make the encrypted path accessible to clients, create a view on the path after the encrypted path is created.

Usage

encryptedpath create --name NAME
                     --path PATH
                    [--tenant-id TENANT_ID]

Required Parameters

--name NAME

Sets the name of the encrypted path.

--path PATH

Specifies the path to encrypt. The specified path must not be a pre-existing path.

Options

--tenant-id TENANT_ID

Specifies the tenant on which the path resides. In case not specified, the default tenant is used.

Provide TENANT_ID as the integer ID value of the tenant.

Example

vcli: admin> encryptedpath create --name epath1 --path /epath1 --tenant-id 2