summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorMorten Tokle <mortent@yahooinc.com>2023-06-07 11:29:07 +0200
committerMorten Tokle <mortent@yahooinc.com>2023-06-07 11:29:07 +0200
commite8e31b8f7ff1a77a47a8e9cf1bb884123ca2469a (patch)
tree55ae69cceca99e955f455348dd18c46f97d8b4fb /configdefinitions
parent17680e5bd51252b282e011e4f9929653f78be016 (diff)
Generate proxy certificate and inject in trust store
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