Some checks failed
Terraform Deploy to GCP / Terraform Plan Only (push) Has been cancelled
96 lines
2.6 KiB
YAML
96 lines
2.6 KiB
YAML
appName: "digitribe-onix"
|
|
log:
|
|
level: debug
|
|
destinations:
|
|
- type: stdout
|
|
contextKeys:
|
|
- transaction_id
|
|
- message_id
|
|
- subscriber_id
|
|
- module_id
|
|
http:
|
|
port: 8081
|
|
timeout:
|
|
read: 30
|
|
write: 30
|
|
idle: 30
|
|
pluginManager:
|
|
root: ./plugins
|
|
modules:
|
|
- name: bapTxnReceiver
|
|
path: /bap/receiver/
|
|
handler:
|
|
type: std
|
|
role: bap
|
|
httpClientConfig:
|
|
maxIdleConns: 1000
|
|
maxIdleConnsPerHost: 200
|
|
idleConnTimeout: 300s
|
|
responseHeaderTimeout: 5s
|
|
plugins:
|
|
registry:
|
|
id: registry
|
|
config:
|
|
url: http://registry:3030/subscribers
|
|
retry_max: 3
|
|
retry_wait_min: 100ms
|
|
retry_wait_max: 500ms
|
|
keyManager:
|
|
id: simplekeymanager
|
|
config:
|
|
networkParticipant: digitribe-network
|
|
keyId: digitribe-key
|
|
signingPrivateKey: uc5WYG/eke0PVGyQ9JNVLpwQL0K9JIZfHfqUHdLBTaY=
|
|
signingPublicKey: UX1EDpL4YHOnfkuhrtS+Bz18qwidrX+oJxButD8xaCE=
|
|
encrPrivateKey: uc5WYG/eke0PVGyQ9JNVLpwQL0K9JIZfHfqUHdLBTaY=
|
|
encrPublicKey: UX1EDpL4YHOnfkuhrtS+Bz18qwidrX+oJxButD8xaCE
|
|
router:
|
|
id: router
|
|
config:
|
|
routingConfig: ./config/local-simple-routing.yaml
|
|
schemaValidator:
|
|
id: schemavalidator
|
|
config:
|
|
schemaDir: ./schemas
|
|
signValidator:
|
|
id: signvalidator
|
|
steps:
|
|
- addRoute
|
|
- validateSchema
|
|
|
|
- name: bapTxnCaller
|
|
path: /bap/caller/
|
|
handler:
|
|
type: std
|
|
role: bap
|
|
httpClientConfig:
|
|
maxIdleConns: 1000
|
|
maxIdleConnsPerHost: 200
|
|
idleConnTimeout: 300s
|
|
responseHeaderTimeout: 5s
|
|
plugins:
|
|
registry:
|
|
id: registry
|
|
config:
|
|
url: http://registry:3030/subscribers
|
|
retry_max: 3
|
|
retry_wait_min: 100ms
|
|
retry_wait_max: 500ms
|
|
keyManager:
|
|
id: simplekeymanager
|
|
config:
|
|
networkParticipant: digitribe-network
|
|
keyId: digitribe-key
|
|
signingPrivateKey: uc5WYG/eke0PVGyQ9JNVLpwQL0K9JIZfHfqUHdLBTaY=
|
|
signingPublicKey: UX1EDpL4YHOnfkuhrtS+Bz18qwidrX+oJxButD8xaCE=
|
|
encrPrivateKey: uc5WYG/eke0PVGyQ9JNVLpwQL0K9JIZfHfqUHdLBTaY=
|
|
encrPublicKey: UX1EDpL4YHOnfkuhrtS+Bz18qwidrX+oJxButD8xaCE
|
|
router:
|
|
id: router
|
|
config:
|
|
routingConfig: ./config/local-simple-routing-BAPCaller.yaml
|
|
signer:
|
|
id: signer
|
|
steps:
|
|
- addRoute
|
|
- sign |