]> git.proxmox.com Git - pve-manager.git/commit
rest_handler: implement 'allowtoken' property
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 21 Jan 2020 12:54:22 +0000 (13:54 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 29 Jan 2020 09:26:57 +0000 (10:26 +0100)
commit7af404b2016856992669f4f6ac3ce8543edd227b
treeaf6fd049c846b5ef19f6e7c7587c78ca7315aa89
parenta589aab35eb452cf3993d9f21eefde4ccf02f8bb
rest_handler: implement 'allowtoken' property

to filter out API paths that are not available with API tokens for
security reasons, such as access control related endpoints.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/HTTPServer.pm