summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>2018-04-03 12:31:43 -0400
committerBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>2018-04-03 13:00:34 -0400
commit2857310c33726032ce77449d91e87864e6bf4108 (patch)
tree5355cc654f8bac96287d9fc9fd767556d6aa3472 /src/main/resources
parentd46b0b9c3ce9ad5eca684ebeccb89f04d3cbcf6c (diff)
Moving Historical Queries to spring boot
Change-Id: If4042f3b19b25b086e8f0c4b3723afe9839d994a Issue-ID: AAI-802 Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application.properties15
-rw-r--r--src/main/resources/logging/DataRouterMsgs.properties5
2 files changed, 18 insertions, 2 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 74a378f..6233e5c 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1 +1,14 @@
-camel.springboot.xmlRoutes = file:${DYNAMIC_ROUTES}/*.route \ No newline at end of file
+camel.springboot.xmlRoutes = file:${DYNAMIC_ROUTES}/*.route
+server.ssl.key-store=file:${CONFIG_HOME}/auth/tomcat_keystore
+
+server.ssl.enabled=true
+server.port=9502
+server.ssl.client-auth=want
+
+server.ssl.enabled-protocols=TLSv1.1,TLSv1.2
+#server.ssl.key-store=client-cert-onap.p12
+#server.ssl.key-store-password=onapSecret
+#server.ssl.trust-store=C:\\ONAP\\spring\\data-router\\dynamic\\tomcat_keystore
+#server.ssl.trust-store-password=onapSecret
+#server.ssl.client-auth=want
+server.ssl.key-store-type=JKS \ No newline at end of file
diff --git a/src/main/resources/logging/DataRouterMsgs.properties b/src/main/resources/logging/DataRouterMsgs.properties
index fff262c..6267321 100644
--- a/src/main/resources/logging/DataRouterMsgs.properties
+++ b/src/main/resources/logging/DataRouterMsgs.properties
@@ -170,4 +170,7 @@ FAIL_TO_CREATE_UPDATE_DOC=\
Failed to create or update document in index {0}. Cause: {1}
LOAD_OXM_ERROR=\
DR5000E|\
- Unable to load Oxm model: {0}\
+ Unable to load Oxm model: {0}\
+PROCESSED_REQUEST=\
+ DR00015I|\
+ Processed DataRouter {0} request in {1} ms