[pve-devel] applied: [PATCH v2 storage] pbs: allow setting up a master key
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Apr 22 22:00:21 CEST 2021
On 08.02.21 14:08, Fabian Grünbichler wrote:
> similar to the existing encryption key handling, but without
> auto-generation since we only have the public part here.
>
> Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
> ---
>
> Notes:
> v2: only use master key for backup command
>
> PVE/API2/Storage/Config.pm | 2 +-
> PVE/CLI/pvesm.pm | 14 +++++-
> PVE/Storage/PBSPlugin.pm | 94 +++++++++++++++++++++++++++++++++++++-
> 3 files changed, 106 insertions(+), 4 deletions(-)
>
>
applied, thanks! The web-interface would still need support for that, we could reuse
the existing fields and detect if it's a master key when a user uploads one there
(we would have the full value available), and change the param name for submission.
More information about the pve-devel
mailing list