summaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service/src/main/resources/configdefinitions/athenz-provider-service.def
blob: 7e9c19cb86a28a09581d16c7214dcd05930406de (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
27
28
29
# 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

# Current key version
keyVersion                        int           default=0

# HTTPS port for Athenz Provider Service endpoint
port                              int           default=8443

# File name prefix for private and public key. Component assumes suffix .[priv|pub].<version>.
keyPathPrefix                     string

# InstanceConfirmation API path
apiPath                           string        default="/athenz/v1/provider"

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

# Athenz ZTS server url
ztsUrl                            string

# Certificate DNS suffix
certDnsSuffix                     string