Re: [pve-devel] [PATCH v2 manager] pve6to7: add check for pool permissions

2021-06-16 Thread Thomas Lamprecht
On 16.06.21 14:45, Fabian Grünbichler wrote: > On June 16, 2021 2:16 pm, Lorenz Stechauner wrote: >> the two checks make sure that: >> * no user defined role 'PVEPoolUser' exists >> * the user gets a hint for roles only containing Pool.Allocate and >> not Pool.Audit >> >> Signed-off-by: Lorenz

Re: [pve-devel] [PATCH v2 manager] pve6to7: add check for pool permissions

2021-06-16 Thread Fabian Grünbichler
On June 16, 2021 2:16 pm, Lorenz Stechauner wrote: > the two checks make sure that: > * no user defined role 'PVEPoolUser' exists > * the user gets a hint for roles only containing Pool.Allocate and > not Pool.Audit > > Signed-off-by: Lorenz Stechauner > --- > changes to v1: > * rebased on ma

[pve-devel] [PATCH v2 manager] pve6to7: add check for pool permissions

2021-06-16 Thread Lorenz Stechauner
the two checks make sure that: * no user defined role 'PVEPoolUser' exists * the user gets a hint for roles only containing Pool.Allocate and not Pool.Audit Signed-off-by: Lorenz Stechauner --- changes to v1: * rebased on master PVE/CLI/pve6to7.pm | 25 + 1 file chan