]> git.proxmox.com Git - pve-docs.git/blame - pveum.adoc
pveum: sort roles and privileges alphabetically
[pve-docs.git] / pveum.adoc
CommitLineData
80c0adcb 1[[chapter_user_management]]
506839a5
SS
2
3[[user_mgmt]]
4
3c8533f2 5ifdef::manvolnum[]
b2f242ab
DM
6pveum(1)
7========
5f09af76
DM
8:pve-toplevel:
9
3c8533f2
DM
10NAME
11----
12
13pveum - Proxmox VE User Manager
14
15
49a5e11c 16SYNOPSIS
3c8533f2
DM
17--------
18
19include::pveum.1-synopsis.adoc[]
20
21
22DESCRIPTION
23-----------
24endif::manvolnum[]
3c8533f2
DM
25ifndef::manvolnum[]
26User Management
27===============
5f09af76 28:pve-toplevel:
194d2f29 29endif::manvolnum[]
5f09af76 30
3c8533f2
DM
31// Copied from pve wiki: Revision as of 16:10, 27 October 2015
32
96942248 33{pve} supports multiple authentication sources, for example Linux PAM,
5462c161 34an integrated Proxmox VE authentication server, LDAP, Microsoft Active
96942248 35Directory and OpenID Connect.
3c8533f2 36
96942248
DW
37By using role-based user and permission management for all objects (VMs,
38Storage, nodes, etc.), granular access can be defined.
5eba0743 39
3c8533f2 40
80c0adcb 41[[pveum_users]]
c80b9ee6
WB
42Users
43-----
44
45{pve} stores user attributes in `/etc/pve/user.cfg`.
96942248 46Passwords are not stored here; users are instead associated with the
80c0adcb 47<<pveum_authentication_realms,authentication realms>> described below.
96942248 48Therefore, a user is often internally identified by their username and
c80b9ee6
WB
49realm in the form `<userid>@<realm>`.
50
51Each user entry in this file contains the following information:
52
53* First name
54* Last name
55* E-mail address
56* Group memberships
96942248 57* An optional expiration date
c80b9ee6
WB
58* A comment or note about this user
59* Whether this user is enabled or disabled
74662f51 60* Optional two-factor authentication keys
c80b9ee6 61
96942248 62CAUTION: When you disable or delete a user, or if the expiry date set is
f06ba6a6 63in the past, this user will not be able to log in to new sessions or start new
96942248 64tasks. All tasks which have already been started by this user (for example,
f06ba6a6 65terminal sessions) will **not** be terminated automatically by any such event.
8d02d0a2 66
c80b9ee6
WB
67
68System administrator
69~~~~~~~~~~~~~~~~~~~~
70
71The system's root user can always log in via the Linux PAM realm and is an
72unconfined administrator. This user cannot be deleted, but attributes can
96942248 73still be changed. System mails will be sent to the email address
c80b9ee6
WB
74assigned to this user.
75
76
80c0adcb 77[[pveum_groups]]
c80b9ee6 78Groups
a10a91c2 79------
c80b9ee6 80
96942248
DW
81Each user can be a member of several groups. Groups are the preferred
82way to organize access permissions. You should always grant permissions
83to groups instead of individual users. That way you will get a
84much more maintainable access control list.
c80b9ee6 85
181db098
FG
86[[pveum_tokens]]
87API Tokens
a10a91c2 88----------
181db098 89
96942248 90API tokens allow stateless access to most parts of the REST API from another
710713ea
TL
91system, software or API client. Tokens can be generated for individual users
92and can be given separate permissions and expiration dates to limit the scope
96942248 93and duration of the access. Should the API token get compromised, it can be
710713ea 94revoked without disabling the user itself.
181db098
FG
95
96API tokens come in two basic types:
97
96942248
DW
98* Separated privileges: The token needs to be given explicit access with ACLs.
99 Its effective permissions are calculated by intersecting user and token
181db098 100 permissions.
96942248 101* Full privileges: The token's permissions are identical to that of the
181db098
FG
102 associated user.
103
c6e098a2
TL
104CAUTION: The token value is only displayed/returned once when the token is
105generated. It cannot be retrieved again over the API at a later time!
181db098
FG
106
107To use an API token, set the HTTP header 'Authorization' to the displayed value
108of the form `PVEAPIToken=USER@REALM!TOKENID=UUID` when making API requests, or
96942248 109refer to your API client's documentation.
c80b9ee6 110
23b447be
DW
111[[pveum_resource_pools]]
112Resource Pools
113--------------
114
115[thumbnail="screenshot/gui-datacenter-pool-window.png"]
116
117A resource pool is a set of virtual machines, containers, and storage
118devices. It is useful for permission handling in cases where certain users
119should have controlled access to a specific set of resources, as it allows for a
120single permission to be applied to a set of elements, rather than having to
96942248
DW
121manage this on a per-resource basis. Resource pools are often used in tandem
122with groups, so that the members of a group have permissions on a set of
123machines and storage.
23b447be 124
80c0adcb 125[[pveum_authentication_realms]]
3c8533f2
DM
126Authentication Realms
127---------------------
128
d6614202
WB
129As {pve} users are just counterparts for users existing on some external
130realm, the realms have to be configured in `/etc/pve/domains.cfg`.
131The following realms (authentication methods) are available:
3c8533f2 132
78000a64
DW
133Linux PAM Standard Authentication::
134
135Linux PAM is a framework for system-wide user authentication. These users are
136created on the host system with commands such as `adduser`. If PAM users exist
137on the {pve} host system, corresponding entries can be added to {pve}, to allow
138these users to log in via their system username and password.
3c8533f2 139
78000a64
DW
140{pve} Authentication Server::
141
142This is a Unix-like password store, which stores hashed passwords in
143`/etc/pve/priv/shadow.cfg`. Passwords are hashed using the SHA-256 hashing
144algorithm. This is the most convenient realm for small-scale (or even
145mid-scale) installations, where users do not need access to anything outside of
146{pve}. In this case, users are fully managed by {pve} and are able to change
147their own passwords via the GUI.
d6614202
WB
148
149LDAP::
78000a64
DW
150
151LDAP (Lightweight Directory Access Protocol) is an open, cross-platform protocol
152for authentication using directory services. OpenLDAP is a popular open-source
153implementations of the LDAP protocol.
154
155Microsoft Active Directory (AD)::
156
157Microsoft Active Directory (AD) is a directory service for Windows domain
158networks and is supported as an authentication realm for {pve}. It supports LDAP
159as an authentication protocol.
160
161OpenID Connect::
162
163OpenID Connect is implemented as an identity layer on top of the OATH 2.0
164protocol. It allows clients to verify the identity of the user, based on
165authentication performed by an external authorization server.
166
7d8e9391 167[[user-realms-pam]]
78000a64
DW
168Linux PAM Standard Authentication
169~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170
171As Linux PAM corresponds to host system users, a system user must exist on each
172node which the user is allowed to log in on. The user authenticates with their
173usual system password. This realm is added by default and can't be removed. In
174terms of configurability, an administrator can choose to require two-factor
175authentication with logins from the realm and to set the realm as the default
176authentication realm.
177
178
7d8e9391 179[[user-realms-pve]]
78000a64
DW
180{pve} Authentication Server
181~~~~~~~~~~~~~~~~~~~~~~~~~~~
182
183The {pve} authentication server realm is a simple Unix-like password store.
184The realm is created by default, and as with Linux PAM, the only configuration
185items available are the ability to require two-factor authentication for users
186of the realm, and to set it as the default realm for login.
187
188Unlike the other {pve} realm types, users are created and authenticated entirely
189through {pve}, rather than authenticating against another system. Hence, you are
190required to set a password for this type of user upon creation.
191
192
7d8e9391 193[[user-realms-ldap]]
78000a64
DW
194LDAP
195~~~~
196
197You can also use an external LDAP server for user authentication (for examle,
198OpenLDAP). In this realm type, users are searched under a 'Base Domain Name'
199(`base_dn`), using the username attribute specified in the 'User Attribute Name'
d6614202 200(`user_attr`) field.
78000a64
DW
201
202A server and optional fallback server can be configured, and the connection can
203be encrypted via SSL. Furthermore, filters can be configured for directories and
204groups. Filters allow you to further limit the scope of the realm.
205
206For instance, if a user is represented via the following LDIF dataset:
207
d6614202
WB
208----
209# user1 of People at ldap-test.com
210dn: uid=user1,ou=People,dc=ldap-test,dc=com
211objectClass: top
212objectClass: person
213objectClass: organizationalPerson
214objectClass: inetOrgPerson
215uid: user1
216cn: Test User 1
217sn: Testers
218description: This is the first test user.
219----
78000a64 220
d6614202
WB
221The 'Base Domain Name' would be `ou=People,dc=ldap-test,dc=com` and the user
222attribute would be `uid`.
78000a64 223
3a433e9b 224If {pve} needs to authenticate (bind) to the LDAP server before being
d6614202
WB
225able to query and authenticate users, a bind domain name can be
226configured via the `bind_dn` property in `/etc/pve/domains.cfg`. Its
227password then has to be stored in `/etc/pve/priv/ldap/<realmname>.pw`
96942248
DW
228(for example, `/etc/pve/priv/ldap/my-ldap.pw`). This file should contain a
229single line with the raw password.
78000a64 230
96942248 231To verify certificates, you need to set `capath`. You can set it either
4ab527b1
TL
232directly to the CA certificate of your LDAP server, or to the system path
233containing all trusted CA certificates (`/etc/ssl/certs`).
3a433e9b 234Additionally, you need to set the `verify` option, which can also be done over
4ab527b1 235the web interface.
d6614202 236
78000a64
DW
237The main configuration options for an LDAP server realm are as follows:
238
239* `Realm` (`realm`): The realm identifier for {pve} users
240
241* `Base Domain Name` (`base_dn`): The directory which users are searched under
242
243* `User Attribute Name` (`user_attr`): The LDAP attribute containing the
244 username that users will log in with
245
246* `Server` (`server1`): The server hosting the LDAP directory
247
248* `Fallback Server` (`server2`): An optional fallback server address, in case
249 the primary server is unreachable
250
251* `Port` (`port`): The port that the LDAP server listens on
252
96942248 253NOTE: In order to allow a particular user to authenticate using the LDAP server,
78000a64
DW
254you must also add them as a user of that realm from the {pve} server. This can
255be carried out automatically with <<pveum_ldap_sync, syncing>>.
3c8533f2 256
3c8533f2 257
7d8e9391 258[[user-realms-ad]]
78000a64
DW
259Microsoft Active Directory (AD)
260~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f3ee27eb 261
78000a64
DW
262To set up Microsoft AD as a realm, a server address and authentication domain
263need to be specified. Active Directory supports most of the same properties as
264LDAP, such as an optional fallback server, port, and SSL encryption.
265Furthermore, users can be added to {pve} automatically via
266<<pveum_ldap_sync, sync>> operations, after configuration.
267
268As with LDAP, if {pve} needs to authenticate before it binds to the AD server,
269you must configure the 'Bind User' (`bind_dn`) property. This property is
270typically required by default for Microsoft AD.
271
272The main configuration settings for Microsoft Active Directory are:
273
274* `Realm` (`realm`): The realm identifier for {pve} users
275
276* `Domain` (`domain`): The AD domain of the server
277
278* `Server` (`server1`): The FQDN or IP address of the server
279
280* `Fallback Server` (`server2`): An optional fallback server address, in case
281 the primary server is unreachable
282
283* `Port` (`port`): The port that the Microsoft AD server listens on
284
285[[pveum_ldap_sync]]
286Syncing LDAP-Based Realms
287~~~~~~~~~~~~~~~~~~~~~~~~~
288
289[thumbnail="screenshot/gui-datacenter-realm-add-ldap.png"]
290
291It's possible to automatically sync users and groups for LDAP-based realms (LDAP
292& Microsoft Active Directory), rather than having to add them to {pve} manually.
293You can access the sync options from the Add/Edit window of the web interface's
294`Authentication` panel or via the `pveum realm add/modify` commands. You can
295then carry out the sync operation from the `Authentication` panel of the GUI or
296using the following command:
297
298----
299pveum realm sync <realm>
300----
301
302Users and groups are synced to the cluster-wide configuration file,
303`/etc/pve/user.cfg`.
304
9c2fa0b5
TL
305
306Attributes to Properties
307^^^^^^^^^^^^^^^^^^^^^^^^
308
78881712 309If the sync response includes user attributes, they will be synced into the
9c2fa0b5
TL
310matching user property in the `user.cfg`. For example: `firstname` or
311`lastname`.
312
313If the names of the attributes are not matching the {pve} properties, you can
314set a custom field-to-field map in the config by using the `sync_attributes`
78881712 315option.
78000a64 316
9c2fa0b5
TL
317How such properties are handled if anything vanishes can be controlled via the
318sync options, see below.
319
78000a64
DW
320Sync Configuration
321^^^^^^^^^^^^^^^^^^
322
323The configuration options for syncing LDAP-based realms can be found in the
324`Sync Options` tab of the Add/Edit window.
325
326The configuration options are as follows:
327
328* `Bind User` (`bind_dn`): Refers to the LDAP account used to query users
329 and groups. This account needs access to all desired entries. If it's set, the
330 search will be carried out via binding; otherwise, the search will be carried
331 out anonymously. The user must be a complete LDAP formatted distinguished name
332 (DN), for example, `cn=admin,dc=example,dc=com`.
333
334* Groupname attr. (group_name_attr): Represents the
335 users' groups. Only entries which adhere to the usual character limitations of
336 the `user.cfg` are synced. Groups are synced with `-$realm` attached to the
337 name, in order to avoid naming conflicts. Please ensure that a sync does not
338 overwrite manually created groups.
339
340* `User classes` (`user_classes`): Objects classes associated with users.
341
342* `Group classes` (`group_classes`): Objects classes associated with groups.
343
344* `E-Mail attribute`: If the LDAP-based server specifies user email addresses,
345 these can also be included in the sync by setting the associated attribute
346 here. From the command line, this is achievable through the
347 `--sync_attributes` parameter.
348
349* `User Filter` (`filter`): For further filter options to target specific users.
350
351* `Group Filter` (`group_filter`): For further filter options to target specific
352 groups.
353
354NOTE: Filters allow you to create a set of additional match criteria, to narrow
355down the scope of a sync. Information on available LDAP filter types and their
356usage can be found at https://ldap.com/ldap-filters/[ldap.com].
357
78000a64
DW
358[[pveum_ldap_sync_options]]
359Sync Options
360^^^^^^^^^^^^
361
362[thumbnail="screenshot/gui-datacenter-realm-add-ldap-sync-options.png"]
363
364In addition to the options specified in the previous section, you can also
365configure further options that describe the behavior of the sync operation.
366
367These options are either set as parameters before the sync, or as defaults via
368the realm option `sync-defaults-options`.
369
370The main options for syncing are:
371
372* `Scope` (`scope`): The scope of what to sync. It can be either `users`,
373 `groups` or `both`.
374
375* `Enable new` (`enable-new`): If set, the newly synced users are enabled and
376 can log in. The default is `true`.
377
217b2cae
DC
378* `Remove Vanished` (`remove-vanished`): This is a list of options which, when
379 activated, determine if they are removed when they are not returned from
380 the sync response. The options are:
78000a64 381
217b2cae
DC
382 - `ACL` (`acl)`: Remove ACLs of users and groups which were not returned
383 returned in the sync response. This most often makes sense together with
384 `Entry`.
385
386 - `Entry` (`entry`): Removes entries (i.e. users and groups) when they are
387 not returned in the sync response.
388
78881712
DC
389 - `Properties` (`properties`): Removes properties of entries where the user
390 in the sync response did not contain those attributes. This includes
391 all properties, even those never set by a sync. Exceptions are tokens
392 and the enable flag, these will be retained even with this option enabled.
78000a64
DW
393
394* `Preview` (`dry-run`): No data is written to the config. This is useful if you
395 want to see which users and groups would get synced to the `user.cfg`.
f3ee27eb 396
89e5ecc9
CH
397[[pveum_ldap_reserved_characters]]
398Reserved characters
399^^^^^^^^^^^^^^^^^^^
400
62d3b564
DC
401Certain characters are reserved (see https://www.ietf.org/rfc/rfc2253.txt[RFC2253]) and cannot be
402easily used in attribute values in DNs without being escaped properly.
89e5ecc9
CH
403
404Following characters need escaping:
405
fd95afe2
DC
406* Space ( ) at the beginning or end
407* Number sign (`#`) at the beginning
89e5ecc9 408* Comma (`,`)
89e5ecc9 409* Plus sign (`+`)
89e5ecc9 410* Double quote (`"`)
89e5ecc9 411* Forward slashes (`/`)
89e5ecc9 412* Angle brackets (`<>`)
89e5ecc9 413* Semicolon (`;`)
89e5ecc9
CH
414* Equals sign (`=`)
415
416To use such characters in DNs, surround the attribute value in double quotes.
417For example, to bind with a user with the CN (Common Name) `Example, User`, use
418`CN="Example, User",OU=people,DC=example,DC=com` as value for `bind_dn`.
419
420This applies to the `base_dn`, `bind_dn`, and `group_dn` attributes.
421
422NOTE: Users with colons and forward slashes cannot be synced since these are
423reserved characters in usernames.
f3ee27eb
DM
424
425[[pveum_openid]]
96942248 426OpenID Connect
f3ee27eb
DM
427~~~~~~~~~~~~~~
428
429The main OpenID Connect configuration options are:
430
78000a64
DW
431* `Issuer URL` (`issuer-url`): This is the URL of the authorization server.
432Proxmox uses the OpenID Connect Discovery protocol to automatically configure
f3ee27eb
DM
433further details.
434+
96942248 435While it is possible to use unencrypted `http://` URLs, we strongly recommend to
f3ee27eb
DM
436use encrypted `https://` connections.
437
78000a64 438* `Realm` (`realm`): The realm identifier for {pve} users
f3ee27eb 439
78000a64 440* `Client ID` (`client-id`): OpenID Client ID.
f3ee27eb 441
78000a64 442* `Client Key` (`client-key`): Optional OpenID Client Key.
f3ee27eb 443
78000a64
DW
444* `Autocreate Users` (`autocreate`): Automatically create users if they do not
445exist. While authentication is done at the OpenID server, all users still need
446an entry in the {pve} user configuration. You can either add them manually, or
447use the `autocreate` option to automatically add new users.
448
449* `Username Claim` (`username-claim`): OpenID claim used to generate the unique
450username (`subject`, `username` or `email`).
f3ee27eb
DM
451
452Username mapping
453^^^^^^^^^^^^^^^^
454
96942248
DW
455The OpenID Connect specification defines a single unique attribute
456('claim' in OpenID terms) named `subject`. By default, we use the
f3ee27eb
DM
457value of this attribute to generate {pve} usernames, by simple adding
458`@` and the realm name: `${subject}@${realm}`.
459
96942248 460Unfortunately, most OpenID servers use random strings for `subject`, like
f3ee27eb 461`DGH76OKH34BNG3245SB`, so a typical username would look like
96942248 462`DGH76OKH34BNG3245SB@yourrealm`. While unique, it is difficult for
f3ee27eb 463humans to remember such random strings, making it quite impossible to
96942248 464associate real users with this.
f3ee27eb
DM
465
466The `username-claim` setting allows you to use other attributes for
96942248
DW
467the username mapping. Setting it to `username` is preferred if the
468OpenID Connect server provides that attribute and guarantees its
f3ee27eb
DM
469uniqueness.
470
96942248 471Another option is to use `email`, which also yields human readable
62547dfa 472usernames. Again, only use this setting if the server guarantees the
f3ee27eb
DM
473uniqueness of this attribute.
474
475Examples
476^^^^^^^^
477
96942248 478Here is an example of creating an OpenID realm using Google. You need to
f3ee27eb 479replace `--client-id` and `--client-key` with the values
96942248 480from your Google OpenID settings.
f3ee27eb
DM
481
482----
483pveum realm add myrealm1 --type openid --issuer-url https://accounts.google.com --client-id XXXX --client-key YYYY --username-claim email
484----
485
96942248
DW
486The above command uses `--username-claim email`, so that the usernames on the
487{pve} side look like `example.user@google.com@myrealm1`.
f3ee27eb 488
96942248
DW
489Keycloak (https://www.keycloak.org/) is a popular open source Identity
490and Access Management tool, which supports OpenID Connect. In the following
f3ee27eb 491example, you need to replace the `--issuer-url` and `--client-id` with
96942248 492your information:
f3ee27eb
DM
493
494----
fd174571 495pveum realm add myrealm2 --type openid --issuer-url https://your.server:8080/realms/your-realm --client-id XXX --username-claim username
f3ee27eb
DM
496----
497
96942248 498Using `--username-claim username` enables simple usernames on the
f3ee27eb
DM
499{pve} side, like `example.user@myrealm2`.
500
96942248
DW
501WARNING: You need to ensure that the user is not allowed to edit
502the username setting themselves (on the Keycloak server).
f3ee27eb
DM
503
504
0523992b 505[[pveum_tfa_auth]]
96942248 506Two-Factor Authentication
9e8f2770
WB
507-------------------------
508
74662f51 509There are two ways to use two-factor authentication:
2837cf1d 510
74662f51 511It can be required by the authentication realm, either via 'TOTP'
96942248
DW
512(Time-based One-Time Password) or 'YubiKey OTP'. In this case, a newly
513created user needs to have their keys added immediately, as there is no way to
74662f51
OB
514log in without the second factor. In the case of 'TOTP', users can
515also change the 'TOTP' later on, provided they can log in first.
2837cf1d 516
96942248 517Alternatively, users can choose to opt-in to two-factor authentication
1245cebe
WB
518later on, even if the realm does not enforce it.
519
520Available Second Factors
521~~~~~~~~~~~~~~~~~~~~~~~~
522
523You can set up multiple second factors, in order to avoid a situation in
524which losing your smartphone or security key locks you out of your
525account permanently.
526
527The following two-factor authentication methods are available in
528addition to realm-enforced TOTP and YubiKey OTP:
529
530* User configured TOTP
531 (https://en.wikipedia.org/wiki/Time-based_One-Time_Password[Time-based One-Time Password]).
532 A short code derived from a shared secret and the current time, it changes
533 every 30 seconds.
534* WebAuthn (https://en.wikipedia.org/wiki/WebAuthn[Web Authentication]).
535 A general standard for authentication. It is implemented by various
536 security devices, like hardware keys or trusted platform modules (TPM)
537 from a computer or smart phone.
538* Single use Recovery Keys. A list of keys which should either be
539 printed out and locked in a secure place or saved digitally in an
540 electronic vault. Each key can be used only once. These are perfect for
541 ensuring that you are not locked out, even if all of your other second
542 factors are lost or corrupt.
543
544Before WebAuthn was supported, U2F could be setup by the user. Existing
545U2F factors can still be used, but it is recommended to switch to
546WebAuthn, once it is configured on the server.
2837cf1d 547
96942248 548Realm Enforced Two-Factor Authentication
2837cf1d
WB
549~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
550
74662f51
OB
551This can be done by selecting one of the available methods via the
552'TFA' dropdown box when adding or editing an Authentication Realm.
96942248
DW
553When a realm has TFA enabled, it becomes a requirement, and only users
554with configured TFA will be able to log in.
9e8f2770
WB
555
556Currently there are two methods available:
557
96942248 558Time-based OATH (TOTP):: This uses the standard HMAC-SHA1 algorithm,
74662f51 559where the current time is hashed with the user's configured key. The
96942248 560time step and password length parameters are configurable.
9e8f2770 561+
74662f51
OB
562A user can have multiple keys configured (separated by spaces), and the keys
563can be specified in Base32 (RFC3548) or hexadecimal notation.
9e8f2770 564+
74662f51 565{pve} provides a key generation tool (`oathkeygen`) which prints out a random
96942248 566key in Base32 notation, that can be used directly with various OTP tools, such
74662f51
OB
567as the `oathtool` command line tool, or on Android Google Authenticator,
568FreeOTP, andOTP or similar applications.
9e8f2770
WB
569
570YubiKey OTP::
571For authenticating via a YubiKey a Yubico API ID, API KEY and validation
572server URL must be configured, and users must have a YubiKey available. In
573order to get the key ID from a YubiKey, you can trigger the YubiKey once
96942248 574after connecting it via USB, and copy the first 12 characters of the typed
9e8f2770 575password into the user's 'Key IDs' field.
74662f51 576
74662f51
OB
577Please refer to the https://developers.yubico.com/OTP/[YubiKey OTP]
578documentation for how to use the
9e8f2770 579https://www.yubico.com/products/services-software/yubicloud/[YubiCloud] or
96942248 580https://developers.yubico.com/Software_Projects/Yubico_OTP/YubiCloud_Validation_Servers/[host your own verification server].
9e8f2770 581
96a0d131 582[[pveum_tfa_lockout]]
e253a787 583Limits and Lockout of Two-Factor Authentication
96a0d131
WB
584~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
585
586A second factor is meant to protect users if their password is somehow leaked
587or guessed. However, some factors could still be broken by brute force. For
588this reason, users will be locked out after too many failed 2nd factor login
589attempts.
590
e253a787 591For TOTP, 8 failed attempts will disable the user's TOTP factors. They are
96a0d131
WB
592unlocked when logging in with a recovery key. If TOTP was the only available
593factor, admin intervention is required, and it is highly recommended to require
594the user to change their password immediately.
595
596Since FIDO2/Webauthn and recovery keys are less susceptible to brute force
e253a787
TL
597attacks, the limit there is higher (100 tries), but all second factors are
598blocked for an hour when exceeded.
96a0d131
WB
599
600An admin can unlock a user's Two-Factor Authentication at any time via the user
601list in the UI or the command line:
602
603[source,bash]
e712afa6 604----
96a0d131 605 pveum user tfa unlock joe@pve
e712afa6 606----
96a0d131 607
0523992b 608[[pveum_user_configured_totp]]
96942248 609User Configured TOTP Authentication
2837cf1d
WB
610~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
611
1245cebe
WB
612Users can choose to enable 'TOTP' or 'WebAuthn' as a second factor on login, via
613the 'TFA' button in the user list (unless the realm enforces 'YubiKey OTP').
2837cf1d 614
1245cebe
WB
615Users can always add and use one time 'Recovery Keys'.
616
617[thumbnail="screenshot/gui-datacenter-two-factor.png"]
2b59fcfb 618
96942248
DW
619After opening the 'TFA' window, the user is presented with a dialog to set up
620'TOTP' authentication. The 'Secret' field contains the key, which can be
621randomly generated via the 'Randomize' button. An optional 'Issuer Name' can be
622added to provide information to the 'TOTP' app about what the key belongs to.
2837cf1d 623Most 'TOTP' apps will show the issuer name together with the corresponding
96942248 624'OTP' values. The username is also included in the QR code for the 'TOTP' app.
2837cf1d 625
96942248
DW
626After generating a key, a QR code will be displayed, which can be used with most
627OTP apps such as FreeOTP. The user then needs to verify the current user
2837cf1d 628password (unless logged in as 'root'), as well as the ability to correctly use
96942248
DW
629the 'TOTP' key, by typing the current 'OTP' value into the 'Verification Code'
630field and pressing the 'Apply' button.
2837cf1d 631
1245cebe
WB
632[[user_tfa_setup_totp]]
633=== TOTP
634
635[thumbnail="screenshot/pve-gui-tfa-add-totp.png"]
636
637There is no server setup required. Simply install a TOTP app on your
638smartphone (for example, https://freeotp.github.io/[FreeOTP]) and use
639the Proxmox Backup Server web-interface to add a TOTP factor.
640
641[[user_tfa_setup_webauthn]]
642=== WebAuthn
643
644For WebAuthn to work, you need to have two things:
645
646* A trusted HTTPS certificate (for example, by using
647 https://pve.proxmox.com/wiki/Certificate_Management[Let's Encrypt]).
648 While it probably works with an untrusted certificate, some browsers may
649 warn or refuse WebAuthn operations if it is not trusted.
650* Setup the WebAuthn configuration (see *Datacenter -> Options ->
651 WebAuthn Settings* in the Proxmox VE web interface). This can be
652 auto-filled in most setups.
653
654Once you have fulfilled both of these requirements, you can add a WebAuthn
655configuration in the *Two Factor* panel under *Datacenter -> Permissions -> Two
656Factor*.
657
658[[user_tfa_setup_recovery_keys]]
659=== Recovery Keys
660
661[thumbnail="screenshot/pve-gui-tfa-add-recovery-keys.png"]
662
663Recovery key codes do not need any preparation; you can simply create a
664set of recovery keys in the *Two Factor* panel under *Datacenter -> Permissions
665-> Two Factor*.
666
667NOTE: There can only be one set of single-use recovery keys per user at any
668time.
669
670
e455949b 671[[pveum_configure_webauthn]]
1245cebe
WB
672Server Side Webauthn Configuration
673~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
674
675[thumbnail="screenshot/gui-datacenter-webauthn-edit.png"]
676
677To allow users to use 'WebAuthn' authentication, it is necessaary to use a valid
678domain with a valid SSL certificate, otherwise some browsers may warn or refuse
679to authenticate altogether.
680
681NOTE: Changing the 'WebAuthn' configuration may render all existing 'WebAuthn'
682registrations unusable!
683
684This is done via `/etc/pve/datacenter.cfg`. For instance:
685
686----
5d993771 687webauthn: rp=mypve.example.com,origin=https://mypve.example.com:8006,id=mypve.example.com
1245cebe
WB
688----
689
97d63abc 690[[pveum_configure_u2f]]
96942248 691Server Side U2F Configuration
2837cf1d
WB
692~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
693
1245cebe
WB
694NOTE: It is recommended to use WebAuthn instead.
695
58df830b 696To allow users to use 'U2F' authentication, it may be necessary to use a valid
96942248
DW
697domain with a valid SSL certificate, otherwise, some browsers may print
698a warning or reject U2F usage altogether. Initially, an 'AppId'
2837cf1d
WB
699footnote:[AppId https://developers.yubico.com/U2F/App_ID.html]
700needs to be configured.
701
702NOTE: Changing the 'AppId' will render all existing 'U2F' registrations
703unusable!
704
96942248 705This is done via `/etc/pve/datacenter.cfg`. For instance:
2837cf1d
WB
706
707----
708u2f: appid=https://mypve.example.com:8006
709----
710
96942248
DW
711For a single node, the 'AppId' can simply be the address of the web-interface,
712exactly as it is used in the browser, including the 'https://' and the port, as
713shown above. Please note that some browsers may be more strict than others when
714matching 'AppIds'.
2837cf1d
WB
715
716When using multiple nodes, it is best to have a separate `https` server
717providing an `appid.json`
718footnote:[Multi-facet apps: https://developers.yubico.com/U2F/App_ID.html]
719file, as it seems to be compatible with most
720browsers. If all nodes use subdomains of the same top level domain, it may be
96942248
DW
721enough to use the TLD as 'AppId'. It should however be noted that some browsers
722may not accept this.
2837cf1d
WB
723
724NOTE: A bad 'AppId' will usually produce an error, but we have encountered
96942248
DW
725situations when this does not happen, particularly when using a top level domain
726'AppId' for a node that is accessed via a subdomain in Chromium. For this reason
727it is recommended to test the configuration with multiple browsers, as changing
728the 'AppId' later will render existing 'U2F' registrations unusable.
2837cf1d 729
0523992b 730[[pveum_user_configured_u2f]]
96942248 731Activating U2F as a User
2837cf1d
WB
732~~~~~~~~~~~~~~~~~~~~~~~~
733
734To enable 'U2F' authentication, open the 'TFA' window's 'U2F' tab, type in the
735current password (unless logged in as root), and press the 'Register' button.
96942248 736If the server is set up correctly and the browser accepts the server's provided
2837cf1d 737'AppId', a message will appear prompting the user to press the button on the
96942248
DW
738'U2F' device (if it is a 'YubiKey', the button light should be toggling on and
739off steadily, roughly twice per second).
2837cf1d
WB
740
741Firefox users may need to enable 'security.webauth.u2f' via 'about:config'
742before they can use a 'U2F' token.
9e8f2770 743
80c0adcb 744[[pveum_permission_management]]
04f44730 745Permission Management
3c8533f2
DM
746---------------------
747
04f44730 748In order for a user to perform an action (such as listing, modifying or
96942248 749deleting parts of a VM's configuration), the user needs to have the
04f44730
WB
750appropriate permissions.
751
752{pve} uses a role and path based permission management system. An entry in
181db098 753the permissions table allows a user, group or token to take on a specific role
96942248 754when accessing an 'object' or 'path'. This means that such an access rule can
181db098
FG
755be represented as a triple of '(path, user, role)', '(path, group,
756role)' or '(path, token, role)', with the role containing a set of allowed
757actions, and the path representing the target of these actions.
04f44730 758
5eba0743 759
80c0adcb 760[[pveum_roles]]
853d288b
WB
761Roles
762~~~~~
763
764A role is simply a list of privileges. Proxmox VE comes with a number
96942248 765of predefined roles, which satisfy most requirements.
853d288b 766
96942248 767* `Administrator`: has full privileges
853d288b 768* `NoAccess`: has no privileges (used to forbid access)
3c67d559
FG
769* `PVEAdmin`: can do most tasks, but has no rights to modify system settings
770 (`Sys.PowerMgmt`, `Sys.Modify`, `Realm.Allocate`) or permissions
771 (`Permissions.Modify`)
96942248 772* `PVEAuditor`: has read only access
853d288b
WB
773* `PVEDatastoreAdmin`: create and allocate backup space and templates
774* `PVEDatastoreUser`: allocate backup space and view storage
19934c36
MC
775* `PVEMappingAdmin`: manage resource mappings
776* `PVEMappingUser`: view and use resource mappings
853d288b 777* `PVEPoolAdmin`: allocate pools
19934c36 778* `PVEPoolUser`: view pools
af79dcc5
MC
779* `PVESDNAdmin`: manage SDN configuration
780* `PVESDNUser`: access to bridges/vnets
3c67d559 781* `PVESysAdmin`: audit, system console and system logs
853d288b 782* `PVETemplateUser`: view and clone templates
96942248 783* `PVEUserAdmin`: manage users
853d288b 784* `PVEVMAdmin`: fully administer VMs
96942248 785* `PVEVMUser`: view, backup, configure CD-ROM, VM console, VM power management
853d288b 786
96942248 787You can see the whole set of predefined roles in the GUI.
853d288b 788
96942248 789You can add new roles via the GUI or the command line.
5e6b02ff
TL
790
791[thumbnail="screenshot/gui-datacenter-role-add.png"]
96942248
DW
792From the GUI, navigate to the 'Permissions -> Roles' tab from 'Datacenter' and
793click on the 'Create' button. There you can set a role name and select any
794desired privileges from the 'Privileges' drop-down menu.
853d288b 795
96942248
DW
796To add a role through the command line, you can use the 'pveum' CLI tool, for
797example:
853d288b
WB
798[source,bash]
799----
3c67d559 800pveum role add VM_Power-only --privs "VM.PowerMgmt VM.Console"
96942248 801pveum role add Sys_Power-only --privs "Sys.PowerMgmt Sys.Console"
853d288b
WB
802----
803
3c67d559
FG
804NOTE: Roles starting with `PVE` are always builtin, custom roles are not
805allowed use this reserved prefix.
853d288b 806
3c8533f2
DM
807Privileges
808~~~~~~~~~~
809
810A privilege is the right to perform a specific action. To simplify
811management, lists of privileges are grouped into roles, which can then
96942248 812be used in the permission table. Note that privileges cannot be directly
0e1fda70 813assigned to users and paths without being part of a role.
3c8533f2 814
96942248 815We currently support the following privileges:
3c8533f2
DM
816
817Node / System related privileges::
818
96942248 819* `Group.Allocate`: create/modify/remove groups
af79dcc5
MC
820* `Mapping.Audit`: view resource mappings
821* `Mapping.Modify`: manage resource mappings
822* `Mapping.Use`: use resource mappings
823* `Permissions.Modify`: modify access permissions
96942248 824* `Pool.Allocate`: create/modify/remove a pool
696ebb3c 825* `Pool.Audit`: view a pool
3c8533f2 826* `Realm.AllocateUser`: assign user to a realm
af79dcc5 827* `Realm.Allocate`: create/modify/remove authentication realms
3c67d559
FG
828* `SDN.Allocate`: manage SDN configuration
829* `SDN.Audit`: view SDN configuration
af79dcc5
MC
830* `Sys.Audit`: view node status/config, Corosync cluster config, and HA config
831* `Sys.Console`: console access to node
832* `Sys.Incoming`: allow incoming data streams from other clusters (experimental)
833* `Sys.Modify`: create/modify/remove node network parameters
834* `Sys.PowerMgmt`: node power management (start, stop, reset, shutdown, ...)
835* `Sys.Syslog`: view syslog
836* `User.Modify`: create/modify/remove user access and details.
3c8533f2
DM
837
838Virtual machine related privileges::
839
af79dcc5 840* `SDN.Use`: access SDN vnets and local network bridges
96942248 841* `VM.Allocate`: create/remove VM on a server
3c8533f2 842* `VM.Audit`: view VM config
af79dcc5 843* `VM.Backup`: backup/restore VMs
3c8533f2 844* `VM.Clone`: clone/copy a VM
3a433e9b 845* `VM.Config.CDROM`: eject/change CD-ROM
3c8533f2 846* `VM.Config.CPU`: modify CPU settings
af79dcc5
MC
847* `VM.Config.Cloudinit`: modify Cloud-init parameters
848* `VM.Config.Disk`: add/modify/remove disks
849* `VM.Config.HWType`: modify emulated hardware types
96942248
DW
850* `VM.Config.Memory`: modify memory settings
851* `VM.Config.Network`: add/modify/remove network devices
3c8533f2 852* `VM.Config.Options`: modify any other VM configuration
af79dcc5
MC
853* `VM.Console`: console access to VM
854* `VM.Migrate`: migrate VM to alternate server on cluster
855* `VM.Monitor`: access to VM monitor (kvm)
856* `VM.PowerMgmt`: power management (start, stop, reset, shutdown, ...)
19934c36 857* `VM.Snapshot.Rollback`: rollback VM to one of its snapshots
af79dcc5 858* `VM.Snapshot`: create/delete VM snapshots
3c8533f2
DM
859
860Storage related privileges::
861
96942248 862* `Datastore.Allocate`: create/modify/remove a datastore and delete volumes
3c8533f2 863* `Datastore.AllocateSpace`: allocate space on a datastore
96942248 864* `Datastore.AllocateTemplate`: allocate/upload templates and ISO images
3c8533f2
DM
865* `Datastore.Audit`: view/browse a datastore
866
3c67d559
FG
867WARNING: Both `Permissions.Modify` and `Sys.Modify` should be handled with
868care, as they allow modifying aspects of the system and its configuration that
869are dangerous or sensitive.
870
871WARNING: Carefully read the section about inheritance below to understand how
872assigned roles (and their privileges) are propagated along the ACL tree.
5eba0743 873
b8eeec52
WB
874Objects and Paths
875~~~~~~~~~~~~~~~~~
876
96942248
DW
877Access permissions are assigned to objects, such as virtual machines,
878storages or resource pools.
b8eeec52 879We use file system like paths to address these objects. These paths form a
96942248 880natural tree, and permissions of higher levels (shorter paths) can
b8eeec52
WB
881optionally be propagated down within this hierarchy.
882
7d48940b 883[[pveum_templated_paths]]
b8eeec52
WB
884Paths can be templated. When an API call requires permissions on a
885templated path, the path may contain references to parameters of the API
886call. These references are specified in curly braces. Some parameters are
96942248 887implicitly taken from the API call's URI. For instance, the permission path
b8eeec52
WB
888`/nodes/{node}` when calling '/nodes/mynode/status' requires permissions on
889`/nodes/mynode`, while the path `{path}` in a PUT request to `/access/acl`
890refers to the method's `path` parameter.
891
892Some examples are:
893
894* `/nodes/{node}`: Access to {pve} server machines
895* `/vms`: Covers all VMs
896* `/vms/{vmid}`: Access to specific VMs
96942248
DW
897* `/storage/{storeid}`: Access to a specific storage
898* `/pool/{poolname}`: Access to resources contained in a specific <<pveum_pools,pool>>
b8eeec52
WB
899* `/access/groups`: Group administration
900* `/access/realms/{realmid}`: Administrative access to realms
901
902
3c8533f2
DM
903Inheritance
904^^^^^^^^^^^
905
5eba0743 906As mentioned earlier, object paths form a file system like tree, and
96942248
DW
907permissions can be inherited by objects down that tree (the propagate flag is
908set by default). We use the following inheritance rules:
3c8533f2 909
74936daf
WB
910* Permissions for individual users always replace group permissions.
911* Permissions for groups apply when the user is member of that group.
96942248 912* Permissions on deeper levels replace those inherited from an upper level.
3c67d559 913* `NoAccess` cancels all other roles on a given path.
3c8533f2 914
96942248 915Additionally, privilege separated tokens can never have permissions on any
181db098 916given path that their associated user does not have.
5eba0743 917
80c0adcb 918[[pveum_pools]]
3c8533f2
DM
919Pools
920~~~~~
921
96942248
DW
922Pools can be used to group a set of virtual machines and datastores. You can
923then simply set permissions on pools (`/pool/{poolid}`), which are inherited by
924all pool members. This is a great way to simplify access control.
3c8533f2 925
74936daf 926
96942248
DW
927Which Permissions Do I Need?
928~~~~~~~~~~~~~~~~~~~~~~~~~~~~
74936daf
WB
929
930The required API permissions are documented for each individual
96942248 931method, and can be found at https://pve.proxmox.com/pve-docs/api-viewer/.
74936daf 932
96942248 933The permissions are specified as a list, which can be interpreted as a
74936daf
WB
934tree of logic and access-check functions:
935
936`["and", <subtests>...]` and `["or", <subtests>...]`::
937Each(`and`) or any(`or`) further element in the current list has to be true.
938
939`["perm", <path>, [ <privileges>... ], <options>...]`::
7d48940b 940The `path` is a templated parameter (see
87ba80b0 941<<pveum_templated_paths,Objects and Paths>>). All (or, if the `any`
7d48940b 942option is used, any) of the listed
74936daf
WB
943privileges must be allowed on the specified path. If a `require-param`
944option is specified, then its specified parameter is required even if the
945API call's schema otherwise lists it as being optional.
946
947`["userid-group", [ <privileges>... ], <options>...]`::
470d4313 948The caller must have any of the listed privileges on `/access/groups`. In
96942248 949addition, there are two possible checks, depending on whether the
74936daf
WB
950`groups_param` option is set:
951+
952* `groups_param` is set: The API call has a non-optional `groups` parameter
953and the caller must have any of the listed privileges on all of the listed
954groups.
955* `groups_param` is not set: The user passed via the `userid` parameter
956must exist and be part of a group on which the caller has any of the listed
957privileges (via the `/access/groups/<group>` path).
958
959`["userid-param", "self"]`::
960The value provided for the API call's `userid` parameter must refer to the
96942248
DW
961user performing the action (usually in conjunction with `or`, to allow
962users to perform an action on themselves, even if they don't have elevated
963privileges).
74936daf
WB
964
965`["userid-param", "Realm.AllocateUser"]`::
966The user needs `Realm.AllocateUser` access to `/access/realm/<realm>`, with
470d4313 967`<realm>` referring to the realm of the user passed via the `userid`
74936daf
WB
968parameter. Note that the user does not need to exist in order to be
969associated with a realm, since user IDs are passed in the form of
970`<username>@<realm>`.
971
972`["perm-modify", <path>]`::
7d48940b
DM
973The `path` is a templated parameter (see
974<<pveum_templated_paths,Objects and Paths>>). The user needs either the
96942248 975`Permissions.Modify` privilege or,
74936daf
WB
976depending on the path, the following privileges as a possible substitute:
977+
7816b93a
LW
978* `/storage/...`: requires 'Datastore.Allocate`
979* `/vms/...`: requires 'VM.Allocate`
980* `/pool/...`: requires 'Pool.Allocate`
74936daf 981+
3c67d559
FG
982If the path is empty, `Permissions.Modify` on `/access` is required.
983+
984If the user does not have the `Permissions.Modify` privilege, they can only
985delegate subsets of their own privileges on the given path (e.g., a user with
986`PVEVMAdmin` could assign `PVEVMUser`, but not `PVEAdmin`).
74936daf 987
3c8533f2
DM
988Command Line Tool
989-----------------
990
991Most users will simply use the GUI to manage users. But there is also
87ba80b0 992a fully featured command line tool called `pveum` (short for ``**P**roxmox
4f6e7e05
WB
993**VE** **U**ser **M**anager''). Please note that all Proxmox VE command
994line tools are wrappers around the API, so you can also access those
87ba80b0 995functions through the REST API.
3c8533f2 996
96942248 997Here are some simple usage examples. To show help, type:
3c8533f2
DM
998
999[source,bash]
e712afa6 1000----
3c8533f2 1001 pveum
e712afa6 1002----
3c8533f2
DM
1003
1004or (to show detailed help about a specific command)
1005
1006[source,bash]
e712afa6 1007----
9135e321 1008 pveum help user add
e712afa6 1009----
3c8533f2
DM
1010
1011Create a new user:
1012
1013[source,bash]
e712afa6 1014----
9135e321 1015 pveum user add testuser@pve -comment "Just a test"
e712afa6 1016----
3c8533f2 1017
96942248 1018Set or change the password (not all realms support this):
3c8533f2
DM
1019
1020[source,bash]
e712afa6 1021----
3c8533f2 1022 pveum passwd testuser@pve
e712afa6 1023----
3c8533f2
DM
1024
1025Disable a user:
1026
1027[source,bash]
e712afa6 1028----
9135e321 1029 pveum user modify testuser@pve -enable 0
e712afa6 1030----
3c8533f2
DM
1031
1032Create a new group:
1033
1034[source,bash]
e712afa6 1035----
9135e321 1036 pveum group add testgroup
e712afa6 1037----
3c8533f2
DM
1038
1039Create a new role:
1040
1041[source,bash]
e712afa6 1042----
9135e321 1043 pveum role add PVE_Power-only -privs "VM.PowerMgmt VM.Console"
e712afa6 1044----
3c8533f2
DM
1045
1046
1047Real World Examples
1048-------------------
1049
5eba0743 1050
3c8533f2
DM
1051Administrator Group
1052~~~~~~~~~~~~~~~~~~~
1053
96942248
DW
1054It is possible that an administrator would want to create a group of users with
1055full administrator rights (without using the root account).
3c8533f2 1056
96942248 1057To do this, first define the group:
3c8533f2
DM
1058
1059[source,bash]
e712afa6 1060----
9135e321 1061 pveum group add admin -comment "System Administrators"
e712afa6 1062----
3c8533f2 1063
96942248 1064Then assign the role:
3c8533f2
DM
1065
1066[source,bash]
e712afa6 1067----
9135e321 1068 pveum acl modify / -group admin -role Administrator
e712afa6 1069----
3c8533f2 1070
96942248 1071Finally, you can add users to the new 'admin' group:
3c8533f2
DM
1072
1073[source,bash]
e712afa6 1074----
9135e321 1075 pveum user modify testuser@pve -group admin
e712afa6 1076----
3c8533f2
DM
1077
1078
1079Auditors
1080~~~~~~~~
1081
1082You can give read only access to users by assigning the `PVEAuditor`
1083role to users or groups.
1084
96942248 1085Example 1: Allow user `joe@pve` to see everything
3c8533f2
DM
1086
1087[source,bash]
e712afa6 1088----
9135e321 1089 pveum acl modify / -user joe@pve -role PVEAuditor
e712afa6 1090----
3c8533f2 1091
96942248 1092Example 2: Allow user `joe@pve` to see all virtual machines
3c8533f2
DM
1093
1094[source,bash]
e712afa6 1095----
9135e321 1096 pveum acl modify /vms -user joe@pve -role PVEAuditor
e712afa6 1097----
3c8533f2 1098
5eba0743 1099
3c8533f2
DM
1100Delegate User Management
1101~~~~~~~~~~~~~~~~~~~~~~~~
1102
96942248 1103If you want to delegate user management to user `joe@pve`, you can do
3c8533f2
DM
1104that with:
1105
1106[source,bash]
e712afa6 1107----
9135e321 1108 pveum acl modify /access -user joe@pve -role PVEUserAdmin
e712afa6 1109----
3c8533f2 1110
96942248
DW
1111User `joe@pve` can now add and remove users, and change other user attributes,
1112such as passwords. This is a very powerful role, and you most
1113likely want to limit it to selected realms and groups. The following
1114example allows `joe@pve` to modify users within the realm `pve`, if they
8c1189b6 1115are members of group `customers`:
3c8533f2
DM
1116
1117[source,bash]
e712afa6 1118----
9135e321
TL
1119 pveum acl modify /access/realm/pve -user joe@pve -role PVEUserAdmin
1120 pveum acl modify /access/groups/customers -user joe@pve -role PVEUserAdmin
e712afa6 1121----
3c8533f2 1122
0abc65b0 1123NOTE: The user is able to add other users, but only if they are
96942248 1124members of the group `customers` and within the realm `pve`.
8c1189b6 1125
96942248 1126Limited API Token for Monitoring
181db098
FG
1127~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1128
a13a971d
DW
1129Permissions on API tokens are always a subset of those of their corresponding
1130user, meaning that an API token can't be used to carry out a task that the
1131backing user has no permission to do. This section will demonstrate how you can
1132use an API token with separate privileges, to limit the token owner's
1133permissions further.
1134
1135Give the user `joe@pve` the role PVEVMAdmin on all VMs:
181db098
FG
1136
1137[source,bash]
e712afa6 1138----
9135e321 1139 pveum acl modify /vms -user joe@pve -role PVEVMAdmin
e712afa6 1140----
181db098
FG
1141
1142Add a new API token with separate privileges, which is only allowed to view VM
96942248 1143information (for example, for monitoring purposes):
181db098
FG
1144
1145[source,bash]
e712afa6 1146----
181db098 1147 pveum user token add joe@pve monitoring -privsep 1
9135e321 1148 pveum acl modify /vms -token 'joe@pve!monitoring' -role PVEAuditor
e712afa6 1149----
181db098
FG
1150
1151Verify the permissions of the user and token:
1152
1153[source,bash]
e712afa6 1154----
181db098
FG
1155 pveum user permissions joe@pve
1156 pveum user token permissions joe@pve monitoring
e712afa6 1157----
3c8533f2 1158
23b447be
DW
1159Resource Pools
1160~~~~~~~~~~~~~~
3c8533f2 1161
23b447be
DW
1162An enterprise is usually structured into several smaller departments, and it is
1163common that you want to assign resources and delegate management tasks to each
1164of these. Let's assume that you want to set up a pool for a software development
96942248 1165department. First, create a group:
3c8533f2
DM
1166
1167[source,bash]
e712afa6 1168----
9135e321 1169 pveum group add developers -comment "Our software developers"
e712afa6 1170----
3c8533f2 1171
96942248 1172Now we create a new user which is a member of that group:
3c8533f2
DM
1173
1174[source,bash]
e712afa6 1175----
9135e321 1176 pveum user add developer1@pve -group developers -password
e712afa6 1177----
3c8533f2 1178
96942248 1179NOTE: The "-password" parameter will prompt you for a password
3c8533f2 1180
96942248 1181Then we create a resource pool for our development department to use:
23b447be
DW
1182
1183[source,bash]
e712afa6 1184----
9135e321 1185 pveum pool add dev-pool --comment "IT development pool"
e712afa6 1186----
23b447be 1187
96942248 1188Finally, we can assign permissions to that pool:
3c8533f2
DM
1189
1190[source,bash]
e712afa6 1191----
9135e321 1192 pveum acl modify /pool/dev-pool/ -group developers -role PVEAdmin
e712afa6 1193----
3c8533f2 1194
96942248 1195Our software developers can now administer the resources assigned to
3c8533f2
DM
1196that pool.
1197
1198
1199ifdef::manvolnum[]
1200include::pve-copyright.adoc[]
1201endif::manvolnum[]
1202