xgeek116
Elixir and ABAC architecture / XACML
Hello,
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 ?
ABAC model :
Most Liked
sammkj
Sharing another lib that I found today GitHub - swarm-citi-usp/smart-abac-elixir: Expressive and lightweight access control policies that can run within constrained IoT devices (Elixir version).
kokolegorille
I have been doing some research some years ago, but did not find libraries.
I did something simpler, RBAC, but it did not go pass the MVP.
Finally I use Azure/AD as the main source for authentication and authorization.








