mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-25 22:21:27 +00:00
pveum: don't unconditionally create auth key
anything that uses it should already generate it anyway. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
042eaa3dbd
commit
6bc6a78ac0
7
pveum
7
pveum
@ -5,9 +5,4 @@ use warnings;
|
|||||||
|
|
||||||
use PVE::CLI::pveum;
|
use PVE::CLI::pveum;
|
||||||
|
|
||||||
my $prepare = sub {
|
PVE::CLI::pveum->run_cli_handler();
|
||||||
# autmatically generate the private key if it does not already exists
|
|
||||||
PVE::Cluster::gen_auth_key();
|
|
||||||
};
|
|
||||||
|
|
||||||
PVE::CLI::pveum->run_cli_handler(prepare => $prepare);
|
|
||||||
|
Loading…
Reference in New Issue
Block a user