From c481882c6a3c11cead3a1ddafb5709d81fb5ac77 Mon Sep 17 00:00:00 2001 From: tawoe Date: Fri, 19 Jan 2018 12:25:16 +0100 Subject: [PATCH] update sample props, release notes --- release_notes.md | 1 + src/main/resources/props/sample.props.template | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/release_notes.md b/release_notes.md index cdfeab457..d03d3dafe 100644 --- a/release_notes.md +++ b/release_notes.md @@ -4,6 +4,7 @@ ``` Date Commit Action +19/01/2018 189942e Added 2 way SSL authentication to kafka connection 12/11/2017 9529c3b Make Payments in 1.2.1 disabled. Internal Accounts API disabled. 20/09/2017 Upgraded Lift version to 3.1.0. Script scripts/migrate/migrate_0000008.sql has to be executed at existing instances 13/09/2017 1503229 DISABLED API versions v1.0, v1.1, v1.2 diff --git a/src/main/resources/props/sample.props.template b/src/main/resources/props/sample.props.template index a626c20a0..99579fef9 100644 --- a/src/main/resources/props/sample.props.template +++ b/src/main/resources/props/sample.props.template @@ -44,6 +44,13 @@ connector=mapped ## Enable user authentication via obpjvm #obpjvm.user.authentication=true +## Enable SSL for kafka, if set to true must set paths for the keystore locations +#kafka.use.ssl=true + +# Paths to the SSL keystore files - has to be jks +#keystore.path=/path/to/api.keystore.jks +#truststore.path=/path/to/api.truststore.jks + ## Enable writing API metrics (which APIs are called) to RDBMS ## This setting is also used by connector metrics (write_connector_metrics does not exist yet)