I'm trying to create a read-only user to gather information from my Proxmox server via API, but an important information missing are Pools.
I'm giving to this user only PVEAudit Role, but "api2/json/pools" returns empty. I've checked the source code and noticed Pools are only returned when the user have Pool.Allocate or VM.Allocate. But I can't give these permissions to a read-only user.
I think "api2/json/pools" should return when some "Audit" role is set or a new "Pool.Audit" role could be created.
I'm giving to this user only PVEAudit Role, but "api2/json/pools" returns empty. I've checked the source code and noticed Pools are only returned when the user have Pool.Allocate or VM.Allocate. But I can't give these permissions to a read-only user.
I think "api2/json/pools" should return when some "Audit" role is set or a new "Pool.Audit" role could be created.