-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpermissions.yaml
More file actions
87 lines (77 loc) · 1.49 KB
/
permissions.yaml
File metadata and controls
87 lines (77 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
actions:
api.super:
label: API Super User
type: access
api.access:
label: API Access
type: access
api.pages:
type: access
label: Pages API
actions:
read:
label: Read Pages
write:
label: Create/Update/Delete Pages
api.media:
type: access
label: Media API
actions:
read:
label: Read Media
write:
label: Upload/Delete Media
api.config:
type: access
label: Configuration API
actions:
read:
label: Read Configuration
write:
label: Update Configuration
api.users:
type: access
label: Users API
actions:
read:
label: Read Users
write:
label: Create/Update/Delete Users
api.system:
type: access
label: System API
actions:
read:
label: Read System Info/Logs
write:
label: Cache/Backup/Updates
api.gpm:
type: access
label: GPM API
actions:
read:
label: List Packages / Check Updates
write:
label: Install/Remove/Update Packages
api.scheduler:
type: access
label: Scheduler API
actions:
read:
label: View Jobs/Status/History
write:
label: Run Jobs
api.reports:
type: access
label: Reports API
actions:
read:
label: View Reports
api.webhooks:
type: access
label: Webhooks API
actions:
read:
label: View Webhooks
write:
label: Manage Webhooks