update as per the PR comment

This commit is contained in:
Manendra Pal Singh
2025-12-02 23:05:03 +05:30
parent 045f29da13
commit d68da8907c

View File

@@ -63,11 +63,11 @@ modules:
id: router
config:
routingConfig: ./config/local-simple-routing.yaml
reqpreprocessor:
id: reqpreprocessor
config:
uuidKeys: transaction_id,message_id
role: bap
middleware:
- id: reqpreprocessor
config:
uuidKeys: transaction_id,message_id
role: bap
steps:
- validateSign
- addRoute
@@ -109,11 +109,11 @@ modules:
routingConfig: ./config/local-simple-routing-BAPCaller.yaml
signer:
id: signer
reqpreprocessor:
id: reqpreprocessor
config:
uuidKeys: transaction_id,message_id
role: bap
middleware:
- id: reqpreprocessor
config:
uuidKeys: transaction_id,message_id
role: bap
steps:
- addRoute
- sign