summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-03-28 15:34:41 +0100
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-03-28 15:34:41 +0100
commitbc7890c555e761a819889b181b2d8c8c1c9dce90 (patch)
tree9d939607dbaa91c01eada2907c9af50b71336145 /controller-server
parentcbfcfe7613b5fd9d7ed05216a839b7b28bfb8b25 (diff)
Move cost/v1 to classifiedInfo path group
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/role/PathGroup.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/role/PathGroup.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/role/PathGroup.java
index 8bfb60fd1d0..2ece7e62ab9 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/role/PathGroup.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/role/PathGroup.java
@@ -19,7 +19,6 @@ public enum PathGroup {
/** Paths used for system management by operators. */
operator("/controller/v1/{*}",
- "/cost/v1/{*}",
"/flags/v1/{*}",
"/nodes/v2/{*}",
"/orchestrator/v1/{*}",
@@ -75,6 +74,7 @@ public enum PathGroup {
/** Paths which contain (not very strictly) classified information about, e.g., customers. */
classifiedInfo("/athenz/v1/{*}",
+ "/cost/v1/{*}",
"/deployment/v1/{*}",
"/application/v4/",
"/application/v4/tenant/",