mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-12 19:38:57 +00: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
|
||||
new_permission = schemas.PermissionCreate(
|
||||
description=f"Allow access to project {path}",
|
||||
methods=[HTTPMethods.get, HTTPMethods.head, HTTPMethods.post, HTTPMethods.put, HTTPMethods.delete],
|
||||
path=path,
|
||||
action=PermissionAction.allow
|
||||
|
Loading…
Reference in New Issue
Block a user