summaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/athenz-provider-service.def
blob: 7a06b13d43502a596ce1cf4e4504e284f2e28246 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=vespa.hosted.athenz.instanceproviderservice.config

# Athenz domain
domain                                    string

# Athenz service name
serviceName                               string

# Secret name of private Key
secretName                                string

# Secret version
secretVersion                             int

# Certificate DNS suffix
certDnsSuffix                             string

# Athenz ZTS server url
ztsUrl                                    string

# Path to Athenz CA JKS trust store
athenzCaTrustStore                        string

# Period between certificate updates
updatePeriodDays                          int  default=1