[SOLVED] user permissions

RobFantini

Famous Member
May 24, 2012
2,042
110
133
Boston,Mass
i could not see in docs how to add 'access control' to a user.

storage is set up
Code:
>>>> proxmox-backup-manager datastore list
┌─────────┬─────────────────┬─────────┐
│ name    │ path            │ comment │
╞═════════╪═════════════════╪═════════╡
│ backups │ /backups/store1 │         │
└─────────┴─────────────────┴─────────┘

users:
Code:
>>>> proxmox-backup-manager user list
┌──────────────┬────────┬────────┬───────────┬──────────┬────────────────────────────┬───────────┐
│ userid       │ enable │ expire │ firstname │ lastname │ email                      │ comment   │
╞══════════════╪════════╪════════╪═══════════╪══════════╪════════════════════════════╪═══════════╡
│ pbs-user@pbs │      1 │        │           │          │                            │           │
├──────────────┼────────┼────────┼───────────┼──────────┼────────────────────────────┼───────────┤
│ root@pam     │      1 │        │           │          │                            │ Superuser │
└──────────────┴────────┴────────┴───────────┴──────────┴────────────────────────────┴───────────┘

now from the web gui i tried to use 'add user permission' and got this:

invalid acl path '/backups/store1'

So how to I give pbs-user access to do backups?
 
So how to I give pbs-user access to do backups?

use the ACL path /datastore/<id> to add permissions on a specific datastore, the use interface will be improved to show paths like the Proxmox VE ACL one does.