summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/resources/configdefinitions
diff options
context:
space:
mode:
authorolaaun <ola.aunroe@gmail.com>2018-10-15 10:33:37 +0200
committerGitHub <noreply@github.com>2018-10-15 10:33:37 +0200
commitebad90033c69645616b644fc06e5e789507ecad0 (patch)
tree2e6b03af1f3b34ca5141f99c9ffe9ff29f113584 /controller-server/src/main/resources/configdefinitions
parentb1915fc0c68d732870b2bc68706dcf9cf6c5da29 (diff)
ContactInformationMaintainer now feeds to ContactInfoAPI instead of d… (#7274)
* ContactInformationMaintainer now feeds to ContactInfoAPI instead of directly writing to database * Retrieve tenants from API instead of controller. Added ApiHostnameProvider. * API config now is now string instead of list. Removed unused imports. hostname -> authority
Diffstat (limited to 'controller-server/src/main/resources/configdefinitions')
-rw-r--r--controller-server/src/main/resources/configdefinitions/api-authority.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/controller-server/src/main/resources/configdefinitions/api-authority.def b/controller-server/src/main/resources/configdefinitions/api-authority.def
new file mode 100644
index 00000000000..e2feb221796
--- /dev/null
+++ b/controller-server/src/main/resources/configdefinitions/api-authority.def
@@ -0,0 +1,4 @@
+# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=vespa.hosted.controller.api.authority.config
+
+authorities string \ No newline at end of file