aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorSerban Popescu <serban.popescu@amdocs.com>2019-02-05 14:09:00 -0500
committerTian Lee <TianL@amdocs.com>2019-02-06 10:20:01 +0000
commit132d44fe0ab811cde1a1f2ce0f594f1d8ffdacbf (patch)
tree3b7962f46e89b3697011cc7bf4747b6c9c219fe8 /src/main/resources/application.properties
parent7fcc74469c941c1834cd02b54ff5ca88a53bf83b (diff)
Optionally disable client authentication
based on an env. variable, client authentication can be disabled Change-Id: Ifa3e5d109d0609e0836ddaea2c1183799252ddd3 Issue-ID: AAI-2132 Signed-off-by: Serban Popescu <serban.popescu@amdocs.com>
Diffstat (limited to 'src/main/resources/application.properties')
-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 c9982d6..1f5d420 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,6 +1,5 @@
server.port=9516
server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
-server.ssl.client-auth=need
server.contextPath=/services/babel-service