Difference between revisions of "Connector iteration 2 installation and configuration guide"

From DE4A
Jump to navigation Jump to search
(Created page with "First of all, latest release version is available at [https://github.com/de4a-wp5/de4a/releases GitHub of WP5]. Before deploying there are 2 files that need to be configured....")
 
Line 22: Line 22:
 
''phase4.keystore.key-password =''  
 
''phase4.keystore.key-password =''  
  
 
+
''http.tls.trustall= true not recommended for production''</blockquote>
http.tls.trustall= true not recommended for production</blockquote>
 
  
 
=== de-do.json ===
 
=== de-do.json ===
Line 30: Line 29:
 
* 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 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.
 
* When the Connector is acting as a Data Transferor (Data Owner side), it will be needed to address DO endpoints.
 +
 +
==== Data Requestor ====
 +
[[File:De-do.json.png|none|thumb|829x829px]]
 +
 +
 +
==== Data Transferor ====

Revision as of 09:48, 27 June 2022

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

De-do.json.png


Data Transferor