]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/API2/Storage/Config.pm
pbs: allow setting up a master key
[pve-storage.git] / PVE / API2 / Storage / Config.pm
index 00abd13f3c1bfc7bfd54c8e90842b55d65d02ca9..ea655c5805256264b6c8d6a41b792947bf460bc8 100755 (executable)
@@ -112,7 +112,7 @@ __PACKAGE__->register_method ({
        return &$api_storage_config($cfg, $param->{storage});
     }});
 
-my $sensitive_params = [qw(password encryption-key)];
+my $sensitive_params = [qw(password encryption-key master-pubkey)];
 
 __PACKAGE__->register_method ({
     name => 'create',