summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorSerban Popescu <serban.popescu@amdocs.com>2019-02-05 09:12:03 -0500
committerTian Lee <TianL@amdocs.com>2019-02-06 10:14:17 +0000
commit3b49121e2e86b3d22704ff52d468f85fcd74d9b2 (patch)
tree4f5c8b2e7aa030c489305eb0e37b85b94108d07e /src/main/resources
parent10c04810902a100fbeba93dda5b13329ada39117 (diff)
Optionally disable client authentication
based on an env. variable, client authentication can be disabled Change-Id: Ib1a45adee8bf889705a3f8a5db45945caeb6ea94 Issue-ID: AAI-2132 Signed-off-by: Serban Popescu <serban.popescu@amdocs.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application.properties1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 5724b46..1227ded 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -2,5 +2,4 @@ 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=need
server.ssl.enabled-protocols=TLSv1.1,TLSv1.2