From 65ee15b86c4309c24862c68b9712fb75befc7b2c Mon Sep 17 00:00:00 2001 From: DCCONSTRUCTIONS Date: Thu, 14 May 2026 21:18:53 +0300 Subject: [PATCH] SEC - TASKER: pass workspace slug to NODE.DC policy --- .../apps/api/plane/authentication/nodedc_workspace_policy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plane-src/apps/api/plane/authentication/nodedc_workspace_policy.py b/plane-src/apps/api/plane/authentication/nodedc_workspace_policy.py index cbbd883..7d0bd58 100644 --- a/plane-src/apps/api/plane/authentication/nodedc_workspace_policy.py +++ b/plane-src/apps/api/plane/authentication/nodedc_workspace_policy.py @@ -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}",