SEC - TASKER: pass workspace slug to NODE.DC policy

This commit is contained in:
DCCONSTRUCTIONS 2026-05-14 21:18:53 +03:00
parent 3b8e0ea594
commit 65ee15b86c
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ def get_nodedc_workspace_creation_policy(user, workspace_slug=None):
"subject": link.subject,
"email": link.email or user.email,
"userId": None,
"workspaceSlug": workspace_slug,
},
headers={
"Authorization": f"Bearer {token}",