From 36b5671af2c3eec5ca81663382c4ca2898f79e55 Mon Sep 17 00:00:00 2001 From: Adrian Batos-Parac Date: Mon, 30 Apr 2018 16:15:45 -0400 Subject: Fix provenance capabilities Fixes the issue where provenance was not properly being propagated to the Gallifrey server. Change-Id: Icc5f4fd3499a04aa710511879fc2d827d2bcc618 Issue-ID: AAI-797 Signed-off-by: abatos --- src/chameleon/config.clj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/chameleon/config.clj') diff --git a/src/chameleon/config.clj b/src/chameleon/config.clj index 4982f4a..bd99096 100644 --- a/src/chameleon/config.clj +++ b/src/chameleon/config.clj @@ -10,7 +10,11 @@ [:aai :processor] from-spike) :gallifrey-host (:gallifrey-host app-config)} :chameleon/handler - {:gallifrey-host (:gallifrey-host app-config)} + {:gallifrey-host (:gallifrey-host app-config) + :gallifrey-transformer from-gallifrey} + :chameleon/aai-processor + {:provenance-attr "last-mod-source-of-truth" + :truth-attr "truth-time"} :chameleon/http-server {:port (:http-port app-config) :handler (ig/ref :chameleon/handler)}}] -- cgit 1.2.3-korg