Create an initial framework for tests
Registered by
DavidPurcell
We need an initial framework for parsing RBAC policies into a list of roles for each API call, and a way to then test that those roles are the only ones allowed to access those APIs without receiving a 403 forbidden error.
Blueprint information
- Status:
- Complete
- Approver:
- DavidPurcell
- Priority:
- Undefined
- Drafter:
- DavidPurcell
- Direction:
- Needs approval
- Assignee:
- DavidPurcell
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Implemented
- Milestone target:
- None
- Started by
- DavidPurcell
- Completed by
- DavidPurcell
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Initial functionality framework. Includes: rbac_util - Utility for switching between roles for tests. rbac_auth - Determines if a given role is valid for a given api call. rbac_rule_
(?)