SEC - TASKER: pass workspace slug to NODE.DC policy
This commit is contained in:
parent
3b8e0ea594
commit
65ee15b86c
|
|
@ -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}",
|
||||
|
|
|
|||
Loading…
Reference in New Issue