]> git.proxmox.com Git - pve-storage.git/commit
status: add download_url method
authorLorenz Stechauner <l.stechauner@proxmox.com>
Tue, 22 Jun 2021 09:19:22 +0000 (11:19 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 20:28:44 +0000 (22:28 +0200)
commit837b194224f7020ffb3a4689ab72121266be2ce9
tree3b2703fd9874d390f128d004e4177b81f05edb0c
parentedda43ed4fae5934e05e8dc3e150c0514af53e07
status: add download_url method

uses common function PVE::Tools::download_file_from_url to download
iso files.

Only users with permissions `Sys.Audit` and `Sys.Modify` on `/` are
permitted to perform this action. This restriction is due to the
fact, that the download function is able to download files from
internal networks (which are not visible/accessible from outside).
Users with these permissions anyway have the means to alter node
(network) config, so this does not create any further security risk.

Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
PVE/API2/Storage/Status.pm