Hacker News new | ask | show | jobs
by flevours 2561 days ago
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.

2 comments

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!