diff options
author | Serban Popescu <serban.popescu@amdocs.com> | 2019-02-05 14:09:00 -0500 |
---|---|---|
committer | Tian Lee <TianL@amdocs.com> | 2019-02-06 10:20:01 +0000 |
commit | 132d44fe0ab811cde1a1f2ce0f594f1d8ffdacbf (patch) | |
tree | 3b7962f46e89b3697011cc7bf4747b6c9c219fe8 /src/main/resources | |
parent | 7fcc74469c941c1834cd02b54ff5ca88a53bf83b (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')
-rw-r--r-- | src/main/resources/application.properties | 1 |
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 |