summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-08-13 15:50:33 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-08-13 15:50:33 +0200
commit3700f8f61c7196ea9cefcc0279256750c5582c33 (patch)
treef3f15c147ae4c8ae691ff1b65e6bf0a29a62788e /jdisc_http_service
parent40f864e6eaabd22f8532b76772261a76be312aa6 (diff)
Fix typo in comment
Diffstat (limited to 'jdisc_http_service')
-rw-r--r--jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def b/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
index 9ffcc9c41b5..c6de875417c 100644
--- a/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
+++ b/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
@@ -79,5 +79,5 @@ ssl.clientAuth enum { DISABLED, WANT_AUTH, NEED_AUTH } def
# 401 status code is returned for requests from non-authenticated clients.
tlsClientAuthEnforcer.enable bool default=false
-# Paths where client authentication should not be enforced. To be used in combination with NEED_AUTH. Typically used for health checks.
+# Paths where client authentication should not be enforced. To be used in combination with WANT_AUTH. Typically used for health checks.
tlsClientAuthEnforcer.pathWhitelist[] string