remove authorization from seed script

This commit is contained in:
2026-08-31 16:09:30 +00:00
parent 11ad7bfbeb
commit 997438035b

View File

@@ -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: {