-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make care single source of truth for asset config on middleware (#2000)
* add routes for middleware to fetch asset config * cache middleware jwks * allow asset authentication for assetbed * squash migrations * fix key cache issue * fix assetbed filter for middlewares * return asset presets from patient_from_asset route itself * add is_parsed_by_ocr flag to indicate ocr use for automated round * improve regex match for hostname query * squash migrations * Discard changes to config/settings/local.py * update migrations * add permission classes to test views * take jwks as kwarg for jwt generation * split open id auth response for easier mocking * test middleware auth * remove indexes * remove unnessary comments * use request mocks to test openid auth * make push config logic async * improve query * fix inconsistent validation * fix signal * Relock dependencies * update migrations --------- Co-authored-by: vigneshhari <[email protected]>
- Loading branch information
1 parent
9e02579
commit 87cd40c
Showing
21 changed files
with
623 additions
and
62 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.