summaryrefslogtreecommitdiffstats
path: root/athenz-identity-provider-service
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2018-05-31 16:09:53 +0200
committerHåkon Hallingstad <hakon@oath.com>2018-05-31 16:09:53 +0200
commit89fd28f29308927ef56be88bcb1884b8fd21c252 (patch)
tree5afad16f5420c974dbb627dc5a376bd309ea3412 /athenz-identity-provider-service
parent721180812680b7a5dd8bae87e1a114ff8ef5ed98 (diff)
Move athenz-provider-service.def to configdefinitions
Diffstat (limited to 'athenz-identity-provider-service')
-rw-r--r--athenz-identity-provider-service/src/main/resources/configdefinitions/athenz-provider-service.def26
1 files changed, 0 insertions, 26 deletions
diff --git a/athenz-identity-provider-service/src/main/resources/configdefinitions/athenz-provider-service.def b/athenz-identity-provider-service/src/main/resources/configdefinitions/athenz-provider-service.def
deleted file mode 100644
index 281db6fb43d..00000000000
--- a/athenz-identity-provider-service/src/main/resources/configdefinitions/athenz-provider-service.def
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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
-
-# Certificate DNS suffix
-zones{}.certDnsSuffix string
-
-# Athenz ZTS server url
-zones{}.ztsUrl string
-
-# Path to Athenz CA JKS trust store
-athenzCaTrustStore string
-
-# Period between certificate updates
-updatePeriodDays int default=1