simon-barton / node-abac

:raised_hand: Node.js Attributes Based Access Control library
MIT License
42 stars 10 forks source link

Dynamic policies #1

Open kscc25 opened 7 years ago

kscc25 commented 7 years ago

Thanks for implementing this @simon-barton. I'm wondering if you have plan to support dynamic policies, something like reading policies from database. It will then enable Policy Administration Point (PAP) in ABAC.

simon-barton commented 7 years ago

Hi @heroandtn3, I've not planned to support dynamic policies just yet but I agree that it's a great idea! It's not something I'm likely to be able to look into immediately but I'm open to ideas / PRs to get the ball rolling!

kscc25 commented 7 years ago

Thanks for your answer, I understand the situation. Talking about it, I think it is just a concept of "policty store" and would not be too difficult to implement

image