Add deny override allow in roles.
Open
@NTDLS is already working on this.
Since May 8, 2026.
enhancement
VNext
- Dominant language
- C#
- Stars
- 47
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice if a deny overrode an allow in the roles. Example:
Currently If I allow Anonymous role read access to *, I cannot lock it out of any thing.
I have to remove read access to * and then add access to each namespace I want Anonymous to have access to.
It would be nice if I could do read access to * but then if I do deny access to a namespace like Secure, it would allow access to all except secure.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.