From bc7890c555e761a819889b181b2d8c8c1c9dce90 Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Thu, 28 Mar 2019 15:34:41 +0100 Subject: Move cost/v1 to classifiedInfo path group --- .../src/main/java/com/yahoo/vespa/hosted/controller/role/PathGroup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller-server') 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/", -- cgit v1.2.3