Skip to content

Commit

Permalink
Merge branch 'feature/incaricato' into PIN-5881-UpdatePurposeDelegtio…
Browse files Browse the repository at this point in the history
…nTest
  • Loading branch information
rGregnanin committed Jan 15, 2025
2 parents 8a46dd7 + 29c1663 commit d86fb40
Show file tree
Hide file tree
Showing 52 changed files with 3,052 additions and 467 deletions.
27 changes: 27 additions & 0 deletions collections/bff/catalog/Updates EService delegation flags.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
meta {
name: Updates EService delegation flags
type: http
seq: 3
}

post {
url: {{host-bff}}/eservices/:eServiceId/delegationFlags
body: json
auth: none
}

params:path {
eserviceId: {{eserviceId}}
}

headers {
Authorization: {{JWT}}
X-Correlation-Id: {{correlation-id}}
}

body:json {
{
"isDelegable": true,
"isClientAccessDelegable": false
}
}
2 changes: 1 addition & 1 deletion collections/bff/catalog/Updates EService description.bru
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta {
}

post {
url: {{host-bff}}/eservices/:eServiceId/update
url: {{host-bff}}/eservices/:eServiceId/description
body: json
auth: none
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ params:query {
headers {
Authorization: {{JWT}}
x-correlation-id: {{correlation-id}}
}
}
23 changes: 23 additions & 0 deletions collections/bff/delegation/consumer/getConsumerEservices.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
meta {
name: getConsumerEservices
type: http
seq: 6
}

get {
url: {{host-bff}}/consumer/delegations/eservices
body: none
auth: none
}

params:query {
offset: 0
limit: 10
delegatorId: {{tenantId}}
~q:
}

headers {
Authorization: {{JWT}}
x-correlation-id: {{correlation-id}}
}
27 changes: 27 additions & 0 deletions collections/catalog/Update Eservice delegation flags.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
meta {
name: Update Eservice delegation flags
type: http
seq: 15
}

post {
url: {{host-catalog}}/eservices/:eserviceId/delegationFlags
body: json
auth: none
}

params:path {
eserviceId: {{eserviceId}}
}

headers {
Authorization: {{JWT}}
X-Correlation-Id: {{correlation-id}}
}

body:json {
{
"isDelegable": true,
"isClientAccessDelegable": false
}
}
2 changes: 1 addition & 1 deletion collections/catalog/Update Eservice description.bru
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta {
}

post {
url: {{host-catalog}}/eservices/:eserviceId/update
url: {{host-catalog}}/eservices/:eserviceId/description
body: json
auth: none
}
Expand Down
3 changes: 1 addition & 2 deletions collections/delegation/consumer/getConsumerDelegators.bru
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ get {
params:query {
offset: 0
limit: 10
delegateId: {{tenantId}}
~delegatorName:
}

headers {
Authorization: {{JWT}}
x-correlation-id: {{correlation-id}}
}
}
23 changes: 23 additions & 0 deletions collections/delegation/consumer/getConsumerEservices.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
meta {
name: getConsumerEservices
type: http
seq: 6
}

get {
url: {{host-delegation}}/consumer/eservices
body: none
auth: none
}

params:query {
offset: 0
limit: 10
delegatorId: {{tenantId2}}
~eserviceName:
}

headers {
Authorization: {{JWT}}
x-correlation-id: {{correlation-id}}
}
Loading

0 comments on commit d86fb40

Please sign in to comment.