aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorSerban Popescu <serban.popescu@amdocs.com>2019-02-01 14:22:17 -0500
committerSerban Popescu <serban.popescu@amdocs.com>2019-02-04 10:44:29 -0500
commit0afd8dd50d1a9c141b9135f491de9f8cc83f9b29 (patch)
tree7c89701df334abafac1ffd014028d8b2f1bea8c4 /src/main/resources/application.properties
parenta46ee0480358b5c10d6fc3ac3c644b0d3d71f1a8 (diff)
Optionally disable client authentication
based on an env. variable, client authentication can be disabled Change-Id: I6d787644ef1439b8e88dcc3dec7f5181b11b7f11 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 20dc028..7d169a7 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,5 +1,4 @@
server.ssl.key-store=/opt/app/search-data-service/config/auth/tomcat_keystore
server.ssl.enabled=true
server.port=9509
-server.ssl.client-auth=need
server.ssl.enabled-protocols=TLSv1.1,TLSv1.2