lbcli enable in-band-auth
Enables In-Band Authentication (Beta)..
Synopsis
Enables NVMe-of In-Band Authentication, This allows a Lightbits cluster to selectively restrict the set of NVMe hosts (clients) that are allowed to connect to the NVMe target (Lightbits cluster), and also (optionally), restrict the set NVMe targets that a given NVMe host will trust and connect to. In-Band Authentication functionality and its APIs are under development and available for evaluative purposes only. They should not be used in production clusters.
lbcli enable in-band-auth [flags]
Examples:
x
# Enable In-Band authentication
lbcli enable in-band-auth
# Enable In-Band authentication for a a specific sub-system (currently only default is supported)
lbcli enable in-band-auth --sub-system="DefaultSubSystem"
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for in-band-auth. | |
--sub-system | string | Enable In-Band Authentication for a specific subsystem. Note that only the default ("DefaultSubSystem") is currently supported. |
Was this page helpful?