Sebastiaan

Results 13 comments of Sebastiaan

@x-dragos nope. ``` // When rbac is initialized it contains no roles; // So hasRole() is always false and addRole() is always executed if (!$rbac->hasRole($roleName)) $rbac->addRole($roleName, $parentRoleNames); else if (!empty($parentRoleNames))...

My bad, it's clear, i just assumed the setCreateMissingRoles option was set to false. If you are certain, all is good, just making sure you know, since it's kinda critical...

@riker09 I'm not sure but I think I ran into this problem a long time ago when experimenting with openstack.. I believe the conclusion as to why weave/calico works and...