fix(engine-b): grant VM.Backup to the Proxmox automation role
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>feat/portal-design
parent
157496f0c5
commit
491800e09c
|
|
@ -85,7 +85,7 @@ return [
|
|||
// Proxmox automation role/user created on each host.
|
||||
'proxmox' => [
|
||||
'role_id' => 'CluPilotAutomation',
|
||||
'role_privs' => 'VM.Allocate,VM.Clone,VM.Config.Disk,VM.Config.CPU,VM.Config.Memory,VM.Config.Network,VM.Config.Options,VM.Config.Cloudinit,VM.PowerMgmt,VM.Monitor,VM.Audit,VM.GuestAgent.Audit,VM.GuestAgent.Unrestricted,Datastore.AllocateSpace,Datastore.Audit,Sys.Audit',
|
||||
'role_privs' => 'VM.Allocate,VM.Clone,VM.Config.Disk,VM.Config.CPU,VM.Config.Memory,VM.Config.Network,VM.Config.Options,VM.Config.Cloudinit,VM.PowerMgmt,VM.Monitor,VM.Audit,VM.Backup,VM.GuestAgent.Audit,VM.GuestAgent.Unrestricted,Datastore.AllocateSpace,Datastore.Audit,Sys.Audit',
|
||||
'user' => 'automation@pve',
|
||||
'token_name' => 'clupilot',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue