mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 03:15:21 +00:00
ceph: init: add warning to disable-cephx
This commit is contained in:
parent
77bb90b03b
commit
97f050bb79
@ -734,7 +734,10 @@ __PACKAGE__->register_method ({
|
||||
maximum => 14,
|
||||
},
|
||||
'disable-cephx' => {
|
||||
description => "Disable cephx authentification.",
|
||||
description => "Disable cephx authentification.\n\n" .
|
||||
"WARNING: cephx is a security feature protecting against " .
|
||||
"man-in-the-middle attacks. Only consider disabling cephx ".
|
||||
"if your network is private!",
|
||||
type => 'boolean',
|
||||
optional => 1,
|
||||
default => 0,
|
||||
|
Loading…
Reference in New Issue
Block a user