From e92944b0004ad1c0fb41a6f1b6132c7a5a5216aa Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 27 Jul 2016 09:38:28 +0100 Subject: [PATCH] Update paste, policy and rootwrap configurations 2016-07-27 Change-Id: Iad830a2b4cca6420cd1209506c15e7d7fe313ac1 --- templates/policy.json.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/policy.json.j2 b/templates/policy.json.j2 index 02440a62..e820e9af 100644 --- a/templates/policy.json.j2 +++ b/templates/policy.json.j2 @@ -111,5 +111,9 @@ "scheduler_extension:scheduler_stats:get_pools" : "rule:admin_api", "message:delete": "rule:admin_or_owner", "message:get": "rule:admin_or_owner", - "message:get_all": "rule:admin_or_owner" + "message:get_all": "rule:admin_or_owner", + + "clusters:get": "rule:admin_api", + "clusters:get_all": "rule:admin_api", + "clusters:update": "rule:admin_api", }