-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add access control check to IM read, write, invoke (#12645)
* Add access control check to IM read, write, invoke - Access control check still not "enabled" - Subject descriptor not hooked up - Request privilege still default (not custom) - Check not necessarily in spec-required sequence (but OK for now) - Status always returned (not omitted for denied wildcard interactions) * Improve access control check calls in IM - still not "enabled" - still not checking for events (will add later) - removed check for read with attribute override (will add later) - ensured checks for read, write, invoke are in correct stage - ensured works for wildcard reads (when they are ready) * Address review comments - move attribute read check back up - respond with status if access control has serious error during command handling
- Loading branch information
1 parent
fcae8a5
commit 2329169
Showing
2 changed files
with
58 additions
and
4 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