[pve-devel] applied: [PATCH v3 manager 3/3] ui: cert upload: fix private key field sending empty string

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Mar 21 16:57:05 CET 2023


Am 14/03/2023 um 16:08 schrieb Max Carrara:
> The private key's field is now excluded from the upload form's
> JSON data if it's left empty.
> 
> Prior to this change, the form still used an empty string for the
> private key's field, even if no key was provided by the user.
> Because the key's field is marked as optional in the upload cert
> API endpoint, JSONSchema validation would therefore fail.
> 
> Signed-off-by: Max Carrara <m.carrara at proxmox.com>
> ---
>  www/manager6/node/Certificates.js | 3 +++
>  1 file changed, 3 insertions(+)
> 
>

applied, thanks!





More information about the pve-devel mailing list