forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add verifiers to files in cross-shard api_user_content
test plan: - have a course containing a page that embeds a course file as an image in the page - do an API request, via an account domain in another shard, to retrieve the page content (e.g., http://shard2.canvas.dev/api/v1/courses/1~1/pages/the-page) and be sure to use token authentication (e.g., Authorization: Bearer {{token}}) - ensure the URLs embedded in the API result: 1. point at /courses/1~1/files/1~X 2. include a valid verifier fixes ADMIN-1303 Change-Id: I4c813eae5f18be5f1042e44762e1953fc658a1bf Reviewed-on: https://gerrit.instructure.com/164761 Tested-by: Jenkins Reviewed-by: Dan Minkevitch <[email protected]> Product-Review: Dan Minkevitch <[email protected]> QA-Review: Dan Minkevitch <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
19 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