aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorMorten Tokle <mortent@yahooinc.com>2023-05-25 14:24:52 +0200
committerMorten Tokle <mortent@yahooinc.com>2023-05-25 14:24:52 +0200
commit17680e5bd51252b282e011e4f9929653f78be016 (patch)
tree3e29c910059bf34e30ac1f47b9ac1a95581c8592 /configdefinitions
parenta89a6d9269fcdb23d907c92bb348c7a3655f9cae (diff)
Configure data plane proxy
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/dataplane-proxy.def8
1 files changed, 7 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/dataplane-proxy.def b/configdefinitions/src/vespa/dataplane-proxy.def
index bef2c8457f7..dab54a8b978 100644
--- a/configdefinitions/src/vespa/dataplane-proxy.def
+++ b/configdefinitions/src/vespa/dataplane-proxy.def
@@ -1,4 +1,10 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=cloud.config
-port int \ No newline at end of file
+port int
+clientCertificate string
+clientKey string
+serverCertificate string
+serverKey string
+mTlsEndpoint string
+tokenEndpoint string