From 1c8e5f1d3bfd9ced27f0a314538db41e04bc874c Mon Sep 17 00:00:00 2001 From: Yong Sheng Gong Date: Tue, 23 Jul 2013 11:09:45 +0800 Subject: [PATCH] remove "get_agents" rule in policy.json Bug #1200933 keep the current API behaviour due to compatibility and leave list op authz in new API version. Change-Id: Ia0a9b8738fa8ffe913d2e2b1ef28232abb18340d --- etc/policy.json | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/policy.json b/etc/policy.json index 2bf5aa6b9..1c8495fa0 100644 --- a/etc/policy.json +++ b/etc/policy.json @@ -69,7 +69,6 @@ "update_agent": "rule:admin_only", "delete_agent": "rule:admin_only", "get_agent": "rule:admin_only", - "get_agents": "rule:admin_only", "create_dhcp-network": "rule:admin_only", "delete_dhcp-network": "rule:admin_only", -- 2.45.2