summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/resources/configdefinitions
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-10-18 15:48:38 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-10-24 13:33:44 +0200
commitd3d43177c8bc9a5a3a376f5eaf2384edcfc7e285 (patch)
tree1a2e45613e4df2e366277bed1fd55741bcceb665 /controller-server/src/main/resources/configdefinitions
parent906980b5722c061673574fa74d6960e077f477c1 (diff)
Remove unused parameters from athenz.def
Diffstat (limited to 'controller-server/src/main/resources/configdefinitions')
-rw-r--r--controller-server/src/main/resources/configdefinitions/athenz.def29
1 files changed, 0 insertions, 29 deletions
diff --git a/controller-server/src/main/resources/configdefinitions/athenz.def b/controller-server/src/main/resources/configdefinitions/athenz.def
index f8d65c25e47..dc1a2337aaf 100644
--- a/controller-server/src/main/resources/configdefinitions/athenz.def
+++ b/controller-server/src/main/resources/configdefinitions/athenz.def
@@ -1,44 +1,15 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=vespa.hosted.controller.athenz.config
-# Principal header name
-principalHeaderName string default="Athenz-Principal-Auth"
-# TODO Remove once migrated to Okta
-
# URL to ZMS API endpoint
zmsUrl string
-# URL to legacy ZMS API endpoint
-legacyZmsUrl string
-# TODO Remove once migrated to Okta
-
# URL to ZTS API endpoint
ztsUrl string
# Athenz domain for controller identity. The domain is also used for Athenz tenancy integration.
domain string
-# Name of the internal user authentication passthru attribute
-userAuthenticationPassThruAttribute string
-# TODO Remove once migrated to Okta
-
-# Path to Athenz CA JKS trust store
-athenzCaTrustStore string
-
-# Certificate DNS domain
-certDnsDomain string
-
# Athenz service name for controller identity
service.name string
-# Athenz service public key id
-service.publicKeyId string
-
-# Version of Athenz service private key
-service.privateKeyVersion int
-
-# Name of Athenz service private key secret
-service.privateKeySecretName string
-
-# Expiry of service principal token and certificate
-service.credentialsExpiryMinutes int default=43200 # 30 days