]> git.proxmox.com Git - proxmox-backup.git/commit
reader: actually allow users to downlod their own backups
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 9 Oct 2020 09:21:02 +0000 (11:21 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 9 Oct 2020 10:54:30 +0000 (12:54 +0200)
commit19ca962b155b841362f9984e376b50b698358f0f
tree32c2b15e41e96d96b8f077afb245c103eacb251c
parentd479f0c810ea863889ae3fb0b2225ac9de4e2538
reader: actually allow users to downlod their own backups

via HTTP2/backup reader protocol. they already could do so via the plain
HTTP download-file/.. API calls that the GUI uses, but the reader
environment required READ permission on the whole datastore instead of
just BACKUP on the backup group itself.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/api2/reader.rs