mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 10:32:50 +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,
|
maximum => 14,
|
||||||
},
|
},
|
||||||
'disable-cephx' => {
|
'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',
|
type => 'boolean',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
default => 0,
|
default => 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user