do we really want to limit credentials to just users? authorities need them too.
[sfa.git] / geni / util / auth.py
index a5ef6c1..9f98963 100644 (file)
@@ -161,7 +161,8 @@ class Auth:
         else:
             # supplying src_cred==None is only valid when obtaining user
             # credentials.
-            assert(type == "user")
+            #assert(type == "user")
+            
             cred_object_hrn = None
 
         rl = RightList()