mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[PR #225] [MERGED] fix: node permission #228
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#228
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/luthermonson/go-proxmox/pull/225
Author: @sergelogvinov
Created: 12/19/2025
Status: ✅ Merged
Merged: 12/31/2025
Merged by: @luthermonson
Base:
main← Head:node-perms📝 Commits (1)
bc40da2fix: node permission📊 Changes
2 files changed (+14 additions, -7 deletions)
View changed files
📝
nodes.go(+14 -6)📝
nodes_test.go(+0 -1)📄 Description
Getting the node status requires the
Sys.Auditpermission, which is quite extensive.Most calls only need the node name, so they should not fail if this permission is missing (same behavior as in Cluster()).
github.com/luthermonson/go-proxmox@cd684d6404/cluster.go (L10-L20)Thanks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.