summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/resources/configdefinitions/vespa.hosted.controller.athenz.config.athenz.def
diff options
context:
space:
mode:
Diffstat (limited to 'controller-server/src/main/resources/configdefinitions/vespa.hosted.controller.athenz.config.athenz.def')
-rw-r--r--controller-server/src/main/resources/configdefinitions/vespa.hosted.controller.athenz.config.athenz.def15
1 files changed, 15 insertions, 0 deletions
diff --git a/controller-server/src/main/resources/configdefinitions/vespa.hosted.controller.athenz.config.athenz.def b/controller-server/src/main/resources/configdefinitions/vespa.hosted.controller.athenz.config.athenz.def
new file mode 100644
index 00000000000..dc1a2337aaf
--- /dev/null
+++ b/controller-server/src/main/resources/configdefinitions/vespa.hosted.controller.athenz.config.athenz.def
@@ -0,0 +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
+
+# URL to ZMS API endpoint
+zmsUrl string
+
+# URL to ZTS API endpoint
+ztsUrl string
+
+# Athenz domain for controller identity. The domain is also used for Athenz tenancy integration.
+domain string
+
+# Athenz service name for controller identity
+service.name string
+