Does anyone already created or used an ABAC solution / architecture in the elixir world ? a syste based on attributes and policies.
The idea is to create a system (based on microservices) to support Policy : creation, verification and decision make (and why not respect the XACML structures)
Is there any open source project that I can use ? Or should I start thinking of creating my own solution ?
Wow. That’s not easy to do and even harder to know if its done right when done(?).
Why not just some Cloud solution? AWS Cognito works fine, all others should provide a similar product.
I need also to use other types of attributes (resource attributes and env attributes) not only user attributes (via Cognito ). I think this is a solution that must be implemented in the application side.