From 997438035b8630ef5b4fb55b0cb5f29a7b2878b6 Mon Sep 17 00:00:00 2001 From: JlincFM Date: Mon, 31 Aug 2026 16:09:30 +0000 Subject: [PATCH] remove authorization from seed script --- backend/scripts/seed-data.js | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/backend/scripts/seed-data.js b/backend/scripts/seed-data.js index 18aa44f..b3b7e0f 100644 --- a/backend/scripts/seed-data.js +++ b/backend/scripts/seed-data.js @@ -87,22 +87,6 @@ async function api() { `${config.apiUrl}/api/v1/data/entity/domains/get`, { fedidUrl: config.fedidUrl, // optional - auth: { - subject: { - type: "user", - id: "tester", - }, - action: { - name: "read", - }, - resource: { - type: "data", - id: "1234", - properties: { - ownerID: "tester@test.com", - } - } - } }, { headers: {