remove authorization from seed script
This commit is contained in:
@@ -87,22 +87,6 @@ async function api() {
|
|||||||
`${config.apiUrl}/api/v1/data/entity/domains/get`,
|
`${config.apiUrl}/api/v1/data/entity/domains/get`,
|
||||||
{
|
{
|
||||||
fedidUrl: config.fedidUrl, // optional
|
fedidUrl: config.fedidUrl, // optional
|
||||||
auth: {
|
|
||||||
subject: {
|
|
||||||
type: "user",
|
|
||||||
id: "tester",
|
|
||||||
},
|
|
||||||
action: {
|
|
||||||
name: "read",
|
|
||||||
},
|
|
||||||
resource: {
|
|
||||||
type: "data",
|
|
||||||
id: "1234",
|
|
||||||
properties: {
|
|
||||||
ownerID: "tester@test.com",
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user