2019-07-01 09:30:05 +00:00
|
|
|
[global]
|
|
|
|
checkNewVersion = true
|
|
|
|
sendAnonymousUsage = true
|
|
|
|
|
|
|
|
[serversTransport]
|
|
|
|
insecureSkipVerify = true
|
|
|
|
rootCAs = ["foobar", "foobar"]
|
|
|
|
maxIdleConnsPerHost = 42
|
|
|
|
[serversTransport.forwardingTimeouts]
|
2022-04-06 09:06:08 +00:00
|
|
|
dialTimeout = "42s"
|
|
|
|
responseHeaderTimeout = "42s"
|
|
|
|
idleConnTimeout = "42s"
|
2019-07-01 09:30:05 +00:00
|
|
|
|
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.EntryPoint0]
|
|
|
|
address = "foobar"
|
|
|
|
[entryPoints.EntryPoint0.transport]
|
2024-01-02 15:40:06 +00:00
|
|
|
keepAliveMaxRequests = 42
|
|
|
|
keepAliveMaxTime = "42s"
|
2019-07-01 09:30:05 +00:00
|
|
|
[entryPoints.EntryPoint0.transport.lifeCycle]
|
2022-04-06 09:06:08 +00:00
|
|
|
requestAcceptGraceTimeout = "42s"
|
|
|
|
graceTimeOut = "42s"
|
2019-07-01 09:30:05 +00:00
|
|
|
[entryPoints.EntryPoint0.transport.respondingTimeouts]
|
2022-04-06 09:06:08 +00:00
|
|
|
readTimeout = "42s"
|
|
|
|
writeTimeout = "42s"
|
|
|
|
idleTimeout = "42s"
|
2019-07-01 09:30:05 +00:00
|
|
|
[entryPoints.EntryPoint0.proxyProtocol]
|
|
|
|
insecure = true
|
|
|
|
trustedIPs = ["foobar", "foobar"]
|
|
|
|
[entryPoints.EntryPoint0.forwardedHeaders]
|
|
|
|
insecure = true
|
|
|
|
trustedIPs = ["foobar", "foobar"]
|
2020-03-05 11:46:05 +00:00
|
|
|
[entryPoints.EntryPoint0.http]
|
|
|
|
middlewares = ["foobar", "foobar"]
|
2023-06-15 16:20:06 +00:00
|
|
|
encodeQuerySemicolons = true
|
2020-03-05 11:46:05 +00:00
|
|
|
[entryPoints.EntryPoint0.http.redirections]
|
|
|
|
[entryPoints.EntryPoint0.http.redirections.entryPoint]
|
|
|
|
to = "foobar"
|
|
|
|
scheme = "foobar"
|
2020-03-18 17:12:24 +00:00
|
|
|
permanent = true
|
|
|
|
priority = 42
|
2020-03-05 11:46:05 +00:00
|
|
|
[entryPoints.EntryPoint0.http.tls]
|
|
|
|
options = "foobar"
|
|
|
|
certResolver = "foobar"
|
|
|
|
|
|
|
|
[[entryPoints.EntryPoint0.http.tls.domains]]
|
|
|
|
main = "foobar"
|
|
|
|
sans = ["foobar", "foobar"]
|
|
|
|
|
|
|
|
[[entryPoints.EntryPoint0.http.tls.domains]]
|
|
|
|
main = "foobar"
|
|
|
|
sans = ["foobar", "foobar"]
|
2022-06-03 10:00:09 +00:00
|
|
|
[entryPoints.EntryPoint0.http2]
|
|
|
|
maxConcurrentStreams = 42
|
2022-04-06 09:06:08 +00:00
|
|
|
[entryPoints.EntryPoint0.http3]
|
|
|
|
advertisedPort = 42
|
|
|
|
[entryPoints.EntryPoint0.udp]
|
|
|
|
timeout = "42s"
|
2019-07-01 09:30:05 +00:00
|
|
|
|
|
|
|
[providers]
|
2022-04-06 09:06:08 +00:00
|
|
|
providersThrottleDuration = "42s"
|
2019-07-01 09:30:05 +00:00
|
|
|
[providers.docker]
|
|
|
|
constraints = "foobar"
|
|
|
|
watch = true
|
|
|
|
endpoint = "foobar"
|
|
|
|
defaultRule = "foobar"
|
|
|
|
exposedByDefault = true
|
|
|
|
useBindPortIP = true
|
|
|
|
swarmMode = true
|
|
|
|
network = "foobar"
|
2022-04-06 09:06:08 +00:00
|
|
|
swarmModeRefreshSeconds = "42s"
|
|
|
|
httpClientTimeout = "42s"
|
2022-07-06 08:24:08 +00:00
|
|
|
allowEmptyServices = true
|
2019-07-01 09:30:05 +00:00
|
|
|
[providers.docker.tls]
|
|
|
|
ca = "foobar"
|
|
|
|
caOptional = true
|
|
|
|
cert = "foobar"
|
|
|
|
key = "foobar"
|
|
|
|
insecureSkipVerify = true
|
|
|
|
[providers.file]
|
|
|
|
directory = "foobar"
|
|
|
|
watch = true
|
|
|
|
filename = "foobar"
|
|
|
|
debugLogGeneratedTemplate = true
|
|
|
|
[providers.marathon]
|
|
|
|
constraints = "foobar"
|
|
|
|
trace = true
|
|
|
|
watch = true
|
|
|
|
endpoint = "foobar"
|
|
|
|
defaultRule = "foobar"
|
|
|
|
exposedByDefault = true
|
|
|
|
dcosToken = "foobar"
|
2022-04-06 09:06:08 +00:00
|
|
|
dialerTimeout = "42s"
|
|
|
|
responseHeaderTimeout = "42s"
|
|
|
|
tlsHandshakeTimeout = "42s"
|
|
|
|
keepAlive = "42s"
|
2019-07-01 09:30:05 +00:00
|
|
|
forceTaskHostname = true
|
|
|
|
respectReadinessChecks = true
|
|
|
|
[providers.marathon.tls]
|
|
|
|
ca = "foobar"
|
|
|
|
caOptional = true
|
|
|
|
cert = "foobar"
|
|
|
|
key = "foobar"
|
|
|
|
insecureSkipVerify = true
|
|
|
|
[providers.marathon.basic]
|
|
|
|
httpBasicAuthUser = "foobar"
|
|
|
|
httpBasicPassword = "foobar"
|
2019-07-08 19:36:03 +00:00
|
|
|
[providers.kubernetesIngress]
|
2019-07-01 09:30:05 +00:00
|
|
|
endpoint = "foobar"
|
|
|
|
token = "foobar"
|
|
|
|
certAuthFilePath = "foobar"
|
|
|
|
namespaces = ["foobar", "foobar"]
|
|
|
|
labelSelector = "foobar"
|
|
|
|
ingressClass = "foobar"
|
2020-12-01 09:40:05 +00:00
|
|
|
throttleDuration = "42s"
|
2021-05-06 16:12:10 +00:00
|
|
|
allowEmptyServices = true
|
2022-04-06 09:06:08 +00:00
|
|
|
allowExternalNameServices = true
|
2019-07-08 19:36:03 +00:00
|
|
|
[providers.kubernetesIngress.ingressEndpoint]
|
2019-07-01 09:30:05 +00:00
|
|
|
ip = "foobar"
|
|
|
|
hostname = "foobar"
|
|
|
|
publishedService = "foobar"
|
|
|
|
[providers.kubernetesCRD]
|
|
|
|
endpoint = "foobar"
|
|
|
|
token = "foobar"
|
|
|
|
certAuthFilePath = "foobar"
|
|
|
|
namespaces = ["foobar", "foobar"]
|
2020-12-10 13:58:04 +00:00
|
|
|
allowCrossNamespace = true
|
2022-04-06 09:06:08 +00:00
|
|
|
allowExternalNameServices = true
|
2019-07-01 09:30:05 +00:00
|
|
|
labelSelector = "foobar"
|
|
|
|
ingressClass = "foobar"
|
2022-04-06 09:06:08 +00:00
|
|
|
throttleDuration = "42s"
|
2022-09-12 15:40:09 +00:00
|
|
|
allowEmptyServices = true
|
2020-12-15 15:40:05 +00:00
|
|
|
[providers.kubernetesGateway]
|
|
|
|
endpoint = "foobar"
|
|
|
|
token = "foobar"
|
|
|
|
certAuthFilePath = "foobar"
|
|
|
|
namespaces = ["foobar", "foobar"]
|
|
|
|
labelSelector = "foobar"
|
2022-04-06 09:06:08 +00:00
|
|
|
throttleDuration = "42s"
|
2019-07-01 09:30:05 +00:00
|
|
|
[providers.rest]
|
2019-09-06 13:08:04 +00:00
|
|
|
insecure = true
|
2019-07-01 09:30:05 +00:00
|
|
|
[providers.rancher]
|
|
|
|
constraints = "foobar"
|
|
|
|
watch = true
|
|
|
|
defaultRule = "foobar"
|
|
|
|
exposedByDefault = true
|
|
|
|
enableServiceHealthFilter = true
|
|
|
|
refreshSeconds = 42
|
|
|
|
intervalPoll = true
|
|
|
|
prefix = "foobar"
|
2019-10-29 11:32:05 +00:00
|
|
|
[providers.consulCatalog]
|
2019-10-15 15:34:08 +00:00
|
|
|
constraints = "foobar"
|
2020-01-21 17:06:03 +00:00
|
|
|
prefix = "foobar"
|
2022-04-06 09:06:08 +00:00
|
|
|
refreshInterval = "42s"
|
2019-10-31 10:56:05 +00:00
|
|
|
requireConsistent = true
|
|
|
|
stale = true
|
|
|
|
cache = true
|
2020-01-21 17:06:03 +00:00
|
|
|
exposedByDefault = true
|
|
|
|
defaultRule = "foobar"
|
2022-04-06 09:06:08 +00:00
|
|
|
connectAware = true
|
|
|
|
connectByDefault = true
|
|
|
|
serviceName = "foobar"
|
2022-09-12 15:40:09 +00:00
|
|
|
watch = true
|
2021-12-03 18:30:07 +00:00
|
|
|
namespace = "foobar"
|
2022-06-03 10:00:09 +00:00
|
|
|
namespaces = ["foobar", "foobar"]
|
2019-10-29 11:32:05 +00:00
|
|
|
[providers.consulCatalog.endpoint]
|
2020-01-21 17:06:03 +00:00
|
|
|
address = "foobar"
|
|
|
|
scheme = "foobar"
|
|
|
|
datacenter = "foobar"
|
|
|
|
token = "foobar"
|
2022-04-06 09:06:08 +00:00
|
|
|
endpointWaitTime = "42s"
|
2020-01-21 17:06:03 +00:00
|
|
|
[providers.consulCatalog.endpoint.tls]
|
|
|
|
ca = "foobar"
|
|
|
|
caOptional = true
|
|
|
|
cert = "foobar"
|
|
|
|
key = "foobar"
|
|
|
|
insecureSkipVerify = true
|
|
|
|
[providers.consulCatalog.endpoint.httpAuth]
|
|
|
|
username = "foobar"
|
|
|
|
password = "foobar"
|
2022-06-10 16:32:08 +00:00
|
|
|
[providers.nomad]
|
2022-09-12 15:40:09 +00:00
|
|
|
defaultRule = "foobar"
|
2022-06-10 16:32:08 +00:00
|
|
|
constraints = "foobar"
|
|
|
|
prefix = "foobar"
|
|
|
|
stale = true
|
|
|
|
namespace = "foobar"
|
2023-03-21 14:50:06 +00:00
|
|
|
namespaces = ["foobar", "foobar"]
|
2022-09-12 15:40:09 +00:00
|
|
|
exposedByDefault = true
|
|
|
|
refreshInterval = "42s"
|
2022-06-10 16:32:08 +00:00
|
|
|
[providers.nomad.endpoint]
|
|
|
|
address = "foobar"
|
|
|
|
region = "foobar"
|
|
|
|
token = "foobar"
|
|
|
|
endpointWaitTime = "42s"
|
|
|
|
[providers.nomad.endpoint.tls]
|
|
|
|
ca = "foobar"
|
|
|
|
caOptional = true
|
|
|
|
cert = "foobar"
|
|
|
|
key = "foobar"
|
|
|
|
insecureSkipVerify = true
|
2020-07-15 14:28:04 +00:00
|
|
|
[providers.ecs]
|
|
|
|
constraints = "foobar"
|
|
|
|
exposedByDefault = true
|
|
|
|
refreshSeconds = 42
|
|
|
|
defaultRule = "foobar"
|
|
|
|
clusters = ["foobar", "foobar"]
|
|
|
|
autoDiscoverClusters = true
|
|
|
|
region = "foobar"
|
|
|
|
accessKeyID = "foobar"
|
|
|
|
secretAccessKey = "foobar"
|
2022-09-14 14:22:08 +00:00
|
|
|
ecsAnywhere = true
|
2019-11-28 20:56:04 +00:00
|
|
|
[providers.consul]
|
2020-07-15 07:10:03 +00:00
|
|
|
rootKey = "foobar"
|
2019-11-28 20:56:04 +00:00
|
|
|
endpoints = ["foobar", "foobar"]
|
2022-01-19 16:46:11 +00:00
|
|
|
token = "foobar"
|
2022-04-06 09:06:08 +00:00
|
|
|
namespace = "foobar"
|
2022-06-03 10:00:09 +00:00
|
|
|
namespaces = ["foobar", "foobar"]
|
2019-11-28 20:56:04 +00:00
|
|
|
[providers.consul.tls]
|
|
|
|
ca = "foobar"
|
|
|
|
caOptional = true
|
|
|
|
cert = "foobar"
|
|
|
|
key = "foobar"
|
|
|
|
insecureSkipVerify = true
|
|
|
|
[providers.etcd]
|
2020-07-15 07:10:03 +00:00
|
|
|
rootKey = "foobar"
|
2019-11-28 20:56:04 +00:00
|
|
|
endpoints = ["foobar", "foobar"]
|
2020-03-05 11:46:05 +00:00
|
|
|
username = "foobar"
|
|
|
|
password = "foobar"
|
2019-11-28 20:56:04 +00:00
|
|
|
[providers.etcd.tls]
|
|
|
|
ca = "foobar"
|
|
|
|
caOptional = true
|
|
|
|
cert = "foobar"
|
|
|
|
key = "foobar"
|
|
|
|
insecureSkipVerify = true
|
|
|
|
[providers.zooKeeper]
|
2020-07-15 07:10:03 +00:00
|
|
|
rootKey = "foobar"
|
2019-11-28 20:56:04 +00:00
|
|
|
endpoints = ["foobar", "foobar"]
|
2020-03-05 11:46:05 +00:00
|
|
|
username = "foobar"
|
|
|
|
password = "foobar"
|
2019-11-28 20:56:04 +00:00
|
|
|
[providers.redis]
|
2020-07-15 07:10:03 +00:00
|
|
|
rootKey = "foobar"
|
2019-11-28 20:56:04 +00:00
|
|
|
endpoints = ["foobar", "foobar"]
|
2020-03-05 11:46:05 +00:00
|
|
|
username = "foobar"
|
|
|
|
password = "foobar"
|
2022-09-12 15:40:09 +00:00
|
|
|
db = 42
|
2019-11-28 20:56:04 +00:00
|
|
|
[providers.redis.tls]
|
|
|
|
ca = "foobar"
|
|
|
|
caOptional = true
|
|
|
|
cert = "foobar"
|
|
|
|
key = "foobar"
|
|
|
|
insecureSkipVerify = true
|
2024-01-02 15:16:05 +00:00
|
|
|
[providers.redis.sentinel]
|
|
|
|
masterName = "foobar"
|
|
|
|
username = "foobar"
|
|
|
|
password = "foobar"
|
|
|
|
latencyStrategy = true
|
|
|
|
randomStrategy = true
|
|
|
|
replicaStrategy = true
|
|
|
|
useDisconnectedReplicas = true
|
2020-07-15 14:56:03 +00:00
|
|
|
[providers.http]
|
|
|
|
endpoint = "foobar"
|
2022-04-06 09:06:08 +00:00
|
|
|
pollInterval = "42s"
|
|
|
|
pollTimeout = "42s"
|
2020-07-15 14:56:03 +00:00
|
|
|
[providers.http.tls]
|
|
|
|
ca = "foobar"
|
|
|
|
caOptional = true
|
|
|
|
cert = "foobar"
|
|
|
|
key = "foobar"
|
|
|
|
insecureSkipVerify = true
|
2021-06-29 15:02:13 +00:00
|
|
|
[providers.plugin]
|
|
|
|
[providers.plugin.Descriptor0]
|
|
|
|
[providers.plugin.Descriptor1]
|
2019-07-01 09:30:05 +00:00
|
|
|
|
|
|
|
[api]
|
2019-09-06 13:08:04 +00:00
|
|
|
insecure = true
|
2019-07-01 09:30:05 +00:00
|
|
|
dashboard = true
|
2019-07-08 09:00:04 +00:00
|
|
|
debug = true
|
2023-07-19 14:56:05 +00:00
|
|
|
disabledashboardad = false
|
2019-07-01 09:30:05 +00:00
|
|
|
|
|
|
|
[metrics]
|
|
|
|
[metrics.prometheus]
|
|
|
|
buckets = [42.0, 42.0]
|
2019-07-18 19:36:05 +00:00
|
|
|
addEntryPointsLabels = true
|
2021-04-30 08:22:04 +00:00
|
|
|
addRoutersLabels = true
|
2019-07-18 19:36:05 +00:00
|
|
|
addServicesLabels = true
|
2019-09-06 13:08:04 +00:00
|
|
|
entryPoint = "foobar"
|
2019-11-14 15:40:05 +00:00
|
|
|
manualRouting = true
|
2023-03-20 17:06:07 +00:00
|
|
|
[metrics.prometheus.headerLabels]
|
|
|
|
label1 = "foobar"
|
|
|
|
label2 = "foobar"
|
2019-09-02 10:18:04 +00:00
|
|
|
[metrics.datadog]
|
2019-07-01 09:30:05 +00:00
|
|
|
address = "foobar"
|
2020-01-21 17:06:03 +00:00
|
|
|
pushInterval = "42s"
|
2019-07-18 19:36:05 +00:00
|
|
|
addEntryPointsLabels = true
|
2021-04-30 08:22:04 +00:00
|
|
|
addRoutersLabels = true
|
2019-07-18 19:36:05 +00:00
|
|
|
addServicesLabels = true
|
2021-10-06 15:34:07 +00:00
|
|
|
prefix = "foobar"
|
2019-07-01 09:30:05 +00:00
|
|
|
[metrics.statsD]
|
|
|
|
address = "foobar"
|
2020-01-21 17:06:03 +00:00
|
|
|
pushInterval = "42s"
|
2019-07-18 19:36:05 +00:00
|
|
|
addEntryPointsLabels = true
|
2021-04-30 08:22:04 +00:00
|
|
|
addRoutersLabels = true
|
2019-07-18 19:36:05 +00:00
|
|
|
addServicesLabels = true
|
2020-01-21 17:06:03 +00:00
|
|
|
prefix = "foobar"
|
2019-07-01 09:30:05 +00:00
|
|
|
[metrics.influxDB]
|
|
|
|
address = "foobar"
|
|
|
|
protocol = "foobar"
|
2020-01-21 17:06:03 +00:00
|
|
|
pushInterval = "42s"
|
2019-07-01 09:30:05 +00:00
|
|
|
database = "foobar"
|
|
|
|
retentionPolicy = "foobar"
|
|
|
|
username = "foobar"
|
|
|
|
password = "foobar"
|
2019-07-18 19:36:05 +00:00
|
|
|
addEntryPointsLabels = true
|
2021-04-30 08:22:04 +00:00
|
|
|
addRoutersLabels = true
|
2019-07-18 19:36:05 +00:00
|
|
|
addServicesLabels = true
|
2021-09-17 07:08:07 +00:00
|
|
|
[metrics.influxDB.additionalLabels]
|
2022-09-12 15:40:09 +00:00
|
|
|
name0 = "foobar"
|
|
|
|
name1 = "foobar"
|
2022-02-09 14:32:12 +00:00
|
|
|
[metrics.influxDB2]
|
|
|
|
address = "foobar"
|
|
|
|
token = "foobar"
|
|
|
|
pushInterval = "42s"
|
|
|
|
org = "foobar"
|
|
|
|
bucket = "foobar"
|
|
|
|
addEntryPointsLabels = true
|
|
|
|
addRoutersLabels = true
|
|
|
|
addServicesLabels = true
|
|
|
|
[metrics.influxDB2.additionalLabels]
|
2022-09-12 15:40:09 +00:00
|
|
|
name0 = "foobar"
|
|
|
|
name1 = "foobar"
|
2019-07-01 09:30:05 +00:00
|
|
|
|
|
|
|
[ping]
|
2019-09-06 13:08:04 +00:00
|
|
|
entryPoint = "foobar"
|
2019-11-14 15:40:05 +00:00
|
|
|
manualRouting = true
|
2020-07-15 14:28:04 +00:00
|
|
|
terminatingStatusCode = 42
|
2019-07-01 09:30:05 +00:00
|
|
|
|
|
|
|
[log]
|
|
|
|
level = "foobar"
|
|
|
|
filePath = "foobar"
|
|
|
|
format = "foobar"
|
|
|
|
|
|
|
|
[accessLog]
|
|
|
|
filePath = "foobar"
|
|
|
|
format = "foobar"
|
|
|
|
bufferingSize = 42
|
|
|
|
[accessLog.filters]
|
|
|
|
statusCodes = ["foobar", "foobar"]
|
|
|
|
retryAttempts = true
|
2022-04-06 09:06:08 +00:00
|
|
|
minDuration = "42s"
|
2019-07-01 09:30:05 +00:00
|
|
|
[accessLog.fields]
|
|
|
|
defaultMode = "foobar"
|
|
|
|
[accessLog.fields.names]
|
2019-04-05 09:32:04 +00:00
|
|
|
name0 = "foobar"
|
|
|
|
name1 = "foobar"
|
2019-07-01 09:30:05 +00:00
|
|
|
[accessLog.fields.headers]
|
|
|
|
defaultMode = "foobar"
|
|
|
|
[accessLog.fields.headers.names]
|
2019-04-05 09:32:04 +00:00
|
|
|
name0 = "foobar"
|
|
|
|
name1 = "foobar"
|
|
|
|
|
2019-07-01 09:30:05 +00:00
|
|
|
[tracing]
|
|
|
|
serviceName = "foobar"
|
|
|
|
spanNameLimit = 42
|
|
|
|
[tracing.jaeger]
|
|
|
|
samplingServerURL = "foobar"
|
|
|
|
samplingType = "foobar"
|
|
|
|
samplingParam = 42.0
|
|
|
|
localAgentHostPort = "foobar"
|
|
|
|
gen128Bit = true
|
|
|
|
propagation = "foobar"
|
|
|
|
traceContextHeaderName = "foobar"
|
2020-08-19 13:50:03 +00:00
|
|
|
disableAttemptReconnecting = true
|
2019-07-15 12:52:04 +00:00
|
|
|
[tracing.jaeger.collector]
|
|
|
|
endpoint = "foobar"
|
|
|
|
user = "foobar"
|
|
|
|
password = "foobar"
|
2019-07-01 09:30:05 +00:00
|
|
|
[tracing.zipkin]
|
|
|
|
httpEndpoint = "foobar"
|
|
|
|
sameSpan = true
|
|
|
|
id128Bit = true
|
|
|
|
sampleRate = 42.0
|
2019-09-02 10:18:04 +00:00
|
|
|
[tracing.datadog]
|
2019-07-01 09:30:05 +00:00
|
|
|
localAgentHostPort = "foobar"
|
2023-03-20 16:16:08 +00:00
|
|
|
localAgentSocket = "foobar"
|
2019-07-01 09:30:05 +00:00
|
|
|
globalTag = "foobar"
|
2022-09-12 13:14:08 +00:00
|
|
|
[tracing.datadog.globalTags]
|
|
|
|
tag1 = "foobar"
|
|
|
|
tag2 = "foobar"
|
2019-07-01 09:30:05 +00:00
|
|
|
debug = true
|
|
|
|
prioritySampling = true
|
|
|
|
traceIDHeaderName = "foobar"
|
|
|
|
parentIDHeaderName = "foobar"
|
|
|
|
samplingPriorityHeaderName = "foobar"
|
|
|
|
bagagePrefixHeaderName = "foobar"
|
|
|
|
[tracing.instana]
|
|
|
|
localAgentHost = "foobar"
|
|
|
|
localAgentPort = 42
|
|
|
|
logLevel = "foobar"
|
2022-04-06 09:06:08 +00:00
|
|
|
enableAutoProfile = true
|
2019-07-01 09:30:05 +00:00
|
|
|
[tracing.haystack]
|
|
|
|
localAgentHost = "foobar"
|
|
|
|
localAgentPort = 42
|
|
|
|
globalTag = "foobar"
|
|
|
|
traceIDHeaderName = "foobar"
|
|
|
|
parentIDHeaderName = "foobar"
|
|
|
|
spanIDHeaderName = "foobar"
|
2019-07-08 09:00:04 +00:00
|
|
|
baggagePrefixHeaderName = "foobar"
|
2019-11-27 15:00:07 +00:00
|
|
|
[tracing.elastic]
|
|
|
|
serverURL = "foobar"
|
|
|
|
secretToken = "foobar"
|
|
|
|
serviceEnvironment = "foobar"
|
2019-07-01 09:30:05 +00:00
|
|
|
|
|
|
|
[hostResolver]
|
|
|
|
cnameFlattening = true
|
|
|
|
resolvConfig = "foobar"
|
|
|
|
resolvDepth = 42
|
|
|
|
|
2019-07-22 07:58:04 +00:00
|
|
|
[certificatesResolvers]
|
|
|
|
[certificatesResolvers.CertificateResolver0]
|
|
|
|
[certificatesResolvers.CertificateResolver0.acme]
|
|
|
|
email = "foobar"
|
|
|
|
caServer = "foobar"
|
2020-09-04 08:52:03 +00:00
|
|
|
preferredChain = "foobar"
|
2019-07-22 07:58:04 +00:00
|
|
|
storage = "foobar"
|
|
|
|
keyType = "foobar"
|
2022-04-06 09:06:08 +00:00
|
|
|
certificatesDuration = 42
|
2020-12-01 09:40:05 +00:00
|
|
|
[certificatesResolvers.CertificateResolver0.acme.eab]
|
|
|
|
kid = "foobar"
|
|
|
|
hmacEncoded = "foobar"
|
2019-07-22 07:58:04 +00:00
|
|
|
[certificatesResolvers.CertificateResolver0.acme.dnsChallenge]
|
|
|
|
provider = "foobar"
|
2022-04-06 09:06:08 +00:00
|
|
|
delayBeforeCheck = "42s"
|
2019-07-22 07:58:04 +00:00
|
|
|
resolvers = ["foobar", "foobar"]
|
|
|
|
disablePropagationCheck = true
|
|
|
|
[certificatesResolvers.CertificateResolver0.acme.httpChallenge]
|
|
|
|
entryPoint = "foobar"
|
|
|
|
[certificatesResolvers.CertificateResolver0.acme.tlsChallenge]
|
|
|
|
[certificatesResolvers.CertificateResolver1]
|
|
|
|
[certificatesResolvers.CertificateResolver1.acme]
|
|
|
|
email = "foobar"
|
|
|
|
caServer = "foobar"
|
2020-09-04 08:52:03 +00:00
|
|
|
preferredChain = "foobar"
|
2019-07-22 07:58:04 +00:00
|
|
|
storage = "foobar"
|
|
|
|
keyType = "foobar"
|
2022-04-06 09:06:08 +00:00
|
|
|
certificatesDuration = 42
|
2020-12-01 09:40:05 +00:00
|
|
|
[certificatesResolvers.CertificateResolver1.acme.eab]
|
|
|
|
kid = "foobar"
|
|
|
|
hmacEncoded = "foobar"
|
2019-07-22 07:58:04 +00:00
|
|
|
[certificatesResolvers.CertificateResolver1.acme.dnsChallenge]
|
|
|
|
provider = "foobar"
|
2022-04-06 09:06:08 +00:00
|
|
|
delayBeforeCheck = "42s"
|
2019-07-22 07:58:04 +00:00
|
|
|
resolvers = ["foobar", "foobar"]
|
|
|
|
disablePropagationCheck = true
|
|
|
|
[certificatesResolvers.CertificateResolver1.acme.httpChallenge]
|
|
|
|
entryPoint = "foobar"
|
|
|
|
[certificatesResolvers.CertificateResolver1.acme.tlsChallenge]
|
2020-07-13 09:44:38 +00:00
|
|
|
|
|
|
|
[experimental]
|
2021-02-01 12:58:03 +00:00
|
|
|
kubernetesGateway = true
|
2021-06-21 09:54:08 +00:00
|
|
|
http3 = true
|
2020-07-13 09:44:38 +00:00
|
|
|
[experimental.plugins]
|
|
|
|
[experimental.plugins.Descriptor0]
|
|
|
|
moduleName = "foobar"
|
|
|
|
version = "foobar"
|
|
|
|
[experimental.plugins.Descriptor1]
|
|
|
|
moduleName = "foobar"
|
|
|
|
version = "foobar"
|
2021-06-29 15:02:13 +00:00
|
|
|
[experimental.localPlugins]
|
|
|
|
[experimental.localPlugins.Descriptor0]
|
|
|
|
moduleName = "foobar"
|
|
|
|
[experimental.localPlugins.Descriptor1]
|
|
|
|
moduleName = "foobar"
|