We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1986170 commit dde7d06Copy full SHA for dde7d06
1 file changed
diracx-routers/src/diracx/routers/jobs/sandboxes.py
@@ -55,7 +55,9 @@ async def initiate_sandbox_upload(
55
If the sandbox does not exist in the database then the "url" and "fields"
56
should be used to upload the sandbox to the storage backend.
57
"""
58
- await check_permissions(action=ActionType.CREATE)
+ await check_permissions(
59
+ action=ActionType.CREATE, sandbox_metadata_db=sandbox_metadata_db
60
+ )
61
62
try:
63
sandbox_upload_response = await initiate_sandbox_upload_bl(
0 commit comments