summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/dataplane-proxy.def9
1 files changed, 7 insertions, 2 deletions
diff --git a/configdefinitions/src/vespa/dataplane-proxy.def b/configdefinitions/src/vespa/dataplane-proxy.def
index dab54a8b978..27f88583081 100644
--- a/configdefinitions/src/vespa/dataplane-proxy.def
+++ b/configdefinitions/src/vespa/dataplane-proxy.def
@@ -1,10 +1,15 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=cloud.config
+# The port Jdisc will be listening on
port int
-clientCertificate string
-clientKey string
+
+# Server certificate and key to be used when creating server socket
serverCertificate string
serverKey string
+
+# The mTLS endpoint SNI header to route to Jdisc using L4
mTlsEndpoint string
+
+# The endpoint SNI header supporting token authentication
tokenEndpoint string