From: Tony Mack Date: Mon, 23 Nov 2009 02:12:36 +0000 (+0000) Subject: components can call get_trusted_certs X-Git-Tag: sfa-0.9-7~296 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d92979dd3fea18649bd1157078e80fcf7433865f;p=sfa.git components can call get_trusted_certs --- diff --git a/sfa/trust/rights.py b/sfa/trust/rights.py index 2e5d3edc..495b4a0e 100644 --- a/sfa/trust/rights.py +++ b/sfa/trust/rights.py @@ -24,7 +24,8 @@ privilege_table = {"authority": ["register", "remove", "update", "resolve", "lis "bind": ["getticket", "loanresources", "redeemticket"], "control": ["updateslice", "createslice", "stopslice", "startslice", "deleteslice", "resetslice", "getsliceresources"], "info": ["listslices", "listnodes", "getpolicy"], - "ma": ["setbootstate", "getbootstate", "reboot"]} + "ma": ["setbootstate", "getbootstate", "reboot"], + "operator": ["gettrustedcerts", ""]} ##