-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure backbeat routes are authorizing requests
Today, authorization results are not used. It is because before having implicit denies, we would have an AccessDenied directly. To be consistent, we must pass the authorization results. We thus allow the bucket policies and ACLs to be processed. Unit tests are added to cover all existing routes. Routes themselves are not direectly tested, only the router logic. We must first add tests for backbeat routes before merging more logic with the normal router. Issue: CLDSRV-591
- Loading branch information
1 parent
7c88864
commit c0bb428
Showing
5 changed files
with
457 additions
and
103 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
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.