mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 18:25:04 +02:00
Added permissions to control access to info providers and oauth tokens
This commit is contained in:
parent
7bbf612394
commit
b3b205cd6e
9 changed files with 72 additions and 1 deletions
|
@ -139,6 +139,13 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co
|
|||
ic_logos:
|
||||
label: "perm.tools.ic_logos"
|
||||
|
||||
info_providers:
|
||||
label: "perm.part.info_providers"
|
||||
operations:
|
||||
create_parts:
|
||||
label: "perm.part.info_providers.create_parts"
|
||||
alsoSet: ['parts.create']
|
||||
|
||||
groups:
|
||||
label: "perm.groups"
|
||||
group: "system"
|
||||
|
@ -242,6 +249,8 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co
|
|||
alsoSet: 'show_logs'
|
||||
server_infos:
|
||||
label: "perm.server_infos"
|
||||
manage_oauth_tokens:
|
||||
label: "Manage OAuth tokens"
|
||||
|
||||
attachments:
|
||||
label: "perm.part.attachments"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue