Is there any support for service inheritance?
rauwebieten opened this issue · 1 comments
rauwebieten commented
For example,
give a user access to all pages, but excludes access to page-x
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Hywan commented
- A service can be owned by a user, or shared in a group,
- A user can be present in one or more groups,
- But users and services are not inherited between groups.
I don't think a service should represent “all pages”. Maybe "access to all pages” is like “global access”, and then is a permission. And “access to page x” is permission “access” + service “page-x”. Thoughts?