Is it possible to remove or negate a permission or capability from a user that was part of role #496
Unanswered
lakshmaji-till
asked this question in
Q&A
Replies: 1 comment 1 reply
|
In general, there are several ways to go about this, but considering your use-caseit looks as if denying users is not the norm and usually the exception, so the below would work well. TLDR: add a Now if this is the norm, and not an exception, you may want to do something like: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is working as expected. Let say I have a role
External Teamand which havecan_invite_userandcan_delete_usercapabilities. And I assigned theExternal Teamto userslakshmajiandgru. But I want to removecan_delete_usercapability tolakshmajionly.I saw
Blocklistsguide. Is theBlocklistsapproach really scalable with custom roles ?It there a better approach to do permission override ?
Somewhat similar threads ive followed
Here is OpenFGA authorization model
All reactions