From b9f4c6c5469521161da40048d9281d4d8f12a9a1 Mon Sep 17 00:00:00 2001 From: Tom Mitchell Date: Tue, 13 Sep 2016 14:31:54 -0400 Subject: [PATCH] Allow authorities to call lookup_project_members Add authority permission to lookup_project_members so that geni-sync-wireless can use the clearinghouse APIs instead of direct database access. --- CHANGES.md | 2 ++ etc/slice_authority_policy.json | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e14595f..6ea3edf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,8 @@ ([#525](https://github.com/GENI-NSF/geni-ch/issues/525)) * Remove obsolete scripts related to GMOC monitoring ([#527](https://github.com/GENI-NSF/geni-ch/issues/527)) +* Remove obsolete scripts related to GMOC monitoring + ([#529](https://github.com/GENI-NSF/geni-ch/issues/529)) ## Installation Notes diff --git a/etc/slice_authority_policy.json b/etc/slice_authority_policy.json index f27eb01..13ac9f1 100644 --- a/etc/slice_authority_policy.json +++ b/etc/slice_authority_policy.json @@ -149,6 +149,7 @@ ], "policies" : [ "ME.MAY_$METHOD<-ME.IS_OPERATOR", + "ME.MAY_$METHOD<-ME.IS_AUTHORITY", "ME.MAY_$METHOD_$PROJECT<-ME.BELONGS_TO_$PROJECT" ] },