mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-04 16:44:25 +00:00
notifications: change to simplified ACL structure.
For now, we use a less deeply nested structure. We can always extend it if we need to. Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
7b293b5d9a
commit
b4c816f4a4
@ -309,11 +309,9 @@ content, they will be transformed into plain text format during this process.
|
|||||||
Permissions
|
Permissions
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
For every target, there exists a corresponding ACL path
|
In order to modify/view the configuration for notification targets,
|
||||||
`/mapping/notification/targets/<name>`. Matchers use
|
the `Mapping.Modify/Mapping.Audit` permissions are required for the
|
||||||
a seperate namespace in the ACL tree: `/mapping/notification/matchers/<name>`.
|
`/mapping/notifications` ACL node.
|
||||||
|
|
||||||
To test a target, a user must have the `Mapping.Use` permission on the corresponding
|
Testing a target requires `Mapping.Use`, `Mapping.Audit` or `Mapping.Modify`
|
||||||
node in the ACL tree.
|
permissions on `/mapping/notifications`
|
||||||
`Mapping.Modify` and `Mapping.Audit` are needed to read/modify the
|
|
||||||
configuration of a target or matcher.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user