From 2d55f658dce789be7a310f397d4096a8491955f5 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 23 Nov 2009 02:45:25 +0000 Subject: [PATCH] added rights for component --- sfa/trust/auth.py | 3 +++ 1 file changed, 3 insertions(+) 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): -- 2.43.0