-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rbac): implement the concept of roles in rbac (#867)
* feat(rbac): implement the concept of roles in rbac * feat(rbac): review suggestions * feat(rbac): more code review feedback * fix(rbac) ability to update role name
- Loading branch information
1 parent
406c147
commit 4d878a2
Showing
10 changed files
with
1,805 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
|
||
|
||
p, user:default/guest, catalog-entity, read, deny | ||
p, user:default/guest, catalog.entity.create, use, deny | ||
p, role:default/guests, catalog-entity, read, deny | ||
p, role:default/guests, catalog.entity.create, use, deny | ||
|
||
g, user:default/guest, role:default/guests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.