X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Ftrust%2Fauth.py;h=b1db32aae571bb03c8a558c5ef2f1c5bdc4def61;hb=2d55f658dce789be7a310f397d4096a8491955f5;hp=0309e843d062ec474b1af95d20d03688825752ab;hpb=60207453d2a26671c5e7f33f8d112972adcfe99b;p=sfa.git diff --git a/sfa/trust/auth.py b/sfa/trust/auth.py index 0309e843..b1db32aa 100644 --- a/sfa/trust/auth.py +++ b/sfa/trust/auth.py @@ -238,6 +238,9 @@ class Auth: rl.add("resolve") rl.add("info") + elif type == "component": + r1.add("operator") + return rl def verify_cancreate_credential(self, src_cred, record):