lbcli disable in-band-auth
Disables In-Band Authentication (Beta)..
Synopsis
Disables NVMe-oF In-Band Authentication, Hosts can connect to a Lightbits cluster without establishing trust (the default Lightbits cluster configuration). 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 disable in-band-auth [flags]
Examples:
x
# Disable In-Band authentication
lbcli disable in-band-auth
# Disable In-Band authentication for a a specific sub-system (currently only default is supported)
lbcli disable in-band-auth --sub-system="DefaultSubSystem"
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for in-band-auth. | |
--sub-system | string | Disable In-Band Authentication for a specific subsystem. Only the default subsystem ("DefaultSubSystem") is currently supported. |
Was this page helpful?