pyros-dev / pyros

Python interfacing for multiprocess software - A Python blanket for ROS to hide inside
BSD 3-Clause "New" or "Revised" License
24 stars 4 forks source link

Improved config interface: Allow/Deny #114

Open asmodehn opened 7 years ago

asmodehn commented 7 years ago

We should have a configuration similar to a webserver configuration : The ROS system concepts are resources that can be granted access for a specific user or not...

=> It would be useful to have some Allow/Deny (check apache config directives)

Usecase : I want to expose everything [.*], except [/relays_for_some_other_purpose/.*]