Support for ACLs

Users in the "admin" level can set aliases, rebuild packages, and
trigger services. On the other hand, users in the "user" level can only
perform read-only operations (reading status at this point).
This commit is contained in:
Luca Beltrame 2022-02-12 10:19:06 +01:00
commit c9d4e0312d
Signed by: einar
GPG key ID: 4707F46E9EC72DEC
2 changed files with 49 additions and 2 deletions

View file

@ -34,3 +34,8 @@ repo_aliases:
repository: "KDE_Unstable_Frameworks_openSUSE_Factory"
state: "failed"
arch: "all"
acl:
admin:
- "@CHANGE_ME"
user: []