update as per the PR comment
This commit is contained in:
@@ -63,11 +63,11 @@ modules:
|
|||||||
id: router
|
id: router
|
||||||
config:
|
config:
|
||||||
routingConfig: ./config/local-simple-routing.yaml
|
routingConfig: ./config/local-simple-routing.yaml
|
||||||
reqpreprocessor:
|
middleware:
|
||||||
id: reqpreprocessor
|
- id: reqpreprocessor
|
||||||
config:
|
config:
|
||||||
uuidKeys: transaction_id,message_id
|
uuidKeys: transaction_id,message_id
|
||||||
role: bap
|
role: bap
|
||||||
steps:
|
steps:
|
||||||
- validateSign
|
- validateSign
|
||||||
- addRoute
|
- addRoute
|
||||||
@@ -109,11 +109,11 @@ modules:
|
|||||||
routingConfig: ./config/local-simple-routing-BAPCaller.yaml
|
routingConfig: ./config/local-simple-routing-BAPCaller.yaml
|
||||||
signer:
|
signer:
|
||||||
id: signer
|
id: signer
|
||||||
reqpreprocessor:
|
middleware:
|
||||||
id: reqpreprocessor
|
- id: reqpreprocessor
|
||||||
config:
|
config:
|
||||||
uuidKeys: transaction_id,message_id
|
uuidKeys: transaction_id,message_id
|
||||||
role: bap
|
role: bap
|
||||||
steps:
|
steps:
|
||||||
- addRoute
|
- addRoute
|
||||||
- sign
|
- sign
|
||||||
|
|||||||
Reference in New Issue
Block a user