mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 17:24:51 +02:00
Add description for user permission.
This commit is contained in:
parent
fbc47598d9
commit
2e2e31337a
@ -313,6 +313,7 @@ class RbacRepository(BaseRepository):
|
|||||||
|
|
||||||
# Create a new permission with full rights
|
# Create a new permission with full rights
|
||||||
new_permission = schemas.PermissionCreate(
|
new_permission = schemas.PermissionCreate(
|
||||||
|
description=f"Allow access to project {path}",
|
||||||
methods=[HTTPMethods.get, HTTPMethods.head, HTTPMethods.post, HTTPMethods.put, HTTPMethods.delete],
|
methods=[HTTPMethods.get, HTTPMethods.head, HTTPMethods.post, HTTPMethods.put, HTTPMethods.delete],
|
||||||
path=path,
|
path=path,
|
||||||
action=PermissionAction.allow
|
action=PermissionAction.allow
|
||||||
|
Loading…
Reference in New Issue
Block a user