5 ms·
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
by flevours 7y 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.
- adamfeldman 7y agoGluu is possibly an off-the-shelf solution: https://www.gluu.org https://www.gluu.org (I’m not deeply familiar with its authorization capabilities)
- flevours 7y agoAwesomeness @adamfeldman, thanks for the pointers!
- adamfeldman 7y agoSee also https://github.com/open-policy-agent/opa https://github.com/open-policy-agent/opa (lower-level building-block) and https://github.com/ory/keto https://github.com/ory/keto (built on OPA)