Connector iteration 2 installation and configuration guide
First of all, latest release version is available at GitHub of WP5.
Before deploying there are 2 files that need to be configured.
application.properties and phase4.properties from iteration 1 are now merged into application.properties file.
application.properties
To enable Kafka logging, ‘de4a.kafka.enabled’ must be set to true.
# Kafka settings
de4a.kafka.enabled = true
de4a.kafka.url = de4a.simplegob.com:9092
Similar to phase4.properties file from iteration 1
# AS4 keystore for signing/decrypting
phase4.keystore.type = JKS
phase4.keystore.path = /path/to/jks_file/as4_keystore.jks
phase4.keystore.password =
phase4.keystore.key-alias =
phase4.keystore.key-password =
http.tls.trustall= true not recommended for production
de-do.json
This file is replacing old import.sql fron iteration 1. It is intended to let the Connector know both Data Owner and Data Evaluator endpoints addresses.
- When the Connector is acting as a Data Requestor (Data Evaluator side), it will be needed to address DE endpoints.
- When the Connector is acting as a Data Transferor (Data Owner side), it will be needed to address DO endpoints.
Data Requestor