summaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service/src/main/resources/configdefinitions/athenz-provider-service.def
blob: 21f2aea6ab036ea2d28dc8af7eb93dd06a7b4d09 (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
zones{}.domain                            string

# Athenz service name
zones{}.serviceName                       string

# Secret name of private Key
zones{}.secretName                        string

# Secret version
zones{}.secretVersion                     int

# Athenz principal authority header name
athenzPrincipalHeaderName                 string        default="Athenz-Principal-Auth"

# Athenz ZTS server url
ztsUrl                                    string

# Certificate DNS suffix
certDnsSuffix                             string

# Path to Athenz CA JKS trust store
athenzCaTrustStore                        string