Comment on Evolving to Enterprise-Grade PermissionsComments−flevours7yInteresting article and really close to what we’ll need to do at my company soon!I wonder if there are any open-source projects that operate in this realm and provide an off the shelf solution to this.I’m thinking that it could be something like a small server to store the policies and a few libs in various languages to interpret them.This could or could not be tied to a user management system.−adamfeldman7ySee also https://github.com/open-policy-agent/opa (lower-level building-block) and https://github.com/ory/keto (built on OPA)−adamfeldman7yGluu is possibly an off-the-shelf solution: https://www.gluu.org (I’m not deeply familiar with its authorization capabilities)−flevours7yAwesomeness @adamfeldman, thanks for the pointers!
Comments
Interesting article and really close to what we’ll need to do at my company soon!
I wonder if there are any open-source projects that operate in this realm and provide an off the shelf solution to this.
I’m thinking that it could be something like a small server to store the policies and a few libs in various languages to interpret them.
This could or could not be tied to a user management system.
See also https://github.com/open-policy-agent/opa (lower-level building-block) and https://github.com/ory/keto (built on OPA)
Gluu is possibly an off-the-shelf solution: https://www.gluu.org (I’m not deeply familiar with its authorization capabilities)
Awesomeness @adamfeldman, thanks for the pointers!