mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-16 11:19:11 +00:00
addresses #348 After testing on actual PVE 9.0.5 nodes: - Confirmed VM.Monitor privilege was removed in PVE 9 - PVEAuditor role includes VM.GuestAgent.Audit permission - Added Sys.Audit permission (replacement for VM.Monitor) - Added clear warning about known PVE 9 guest agent limitations The issue appears to be a Proxmox 9 limitation where even with correct permissions (VM.GuestAgent.Audit + Sys.Audit), the guest agent API may not return disk usage data for non-root tokens. This is likely a bug or intentional security restriction in Proxmox 9 that needs to be addressed upstream. Updated setup script to: 1. Properly detect PVE 9 and add appropriate permissions 2. Warn users about the known limitation 3. Suggest workarounds (using root credentials if needed) |
||
|---|---|---|
| .. | ||
| alerts.go | ||
| auth.go | ||
| config_handlers.go | ||
| diagnostics.go | ||
| frontend_embed.go | ||
| guest_metadata.go | ||
| middleware.go | ||
| notifications.go | ||
| ratelimit.go | ||
| router.go | ||
| security.go | ||
| security_setup_fix.go | ||
| settings.go | ||
| system_settings.go | ||
| types.go | ||
| updates.go | ||