-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/incaricato' into PIN-5881-UpdatePurposeDelegtio…
…nTest
- Loading branch information
Showing
52 changed files
with
3,052 additions
and
467 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
collections/bff/catalog/Updates EService delegation flags.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ params:query { | |
headers { | ||
Authorization: {{JWT}} | ||
x-correlation-id: {{correlation-id}} | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
collections/bff/delegation/consumer/getConsumerEservices.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} | ||
} |
Oops, something went wrong.