aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/dataplane-proxy.def
blob: 5127d21d914d59468a066ef22a9354a8fc92092b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Vespa.ai. 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
tokenPort           int
mtlsPort            int

# Server certificate and key to be used when creating server socket
serverCertificate   string
serverKey           string

# Host names that should be considered token endpoints
tokenEndpoints[]      string