This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor IAS adapter to be async (#3784)
* refactor ias adapter to be async * add ucl service unit tests * change request body struct and fix unit tests * adopt async v2 request body * refactor async processing * remove duplicate tests * refactor app creation * fix processor logging * fix log msg * update ias adapter image
- Loading branch information
1 parent
7a100ac
commit 6e7c9ce
Showing
29 changed files
with
844 additions
and
396 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
36 changes: 36 additions & 0 deletions
36
components/ias-adapter/internal/api/internal/handlers/automock/async_processor.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
13 changes: 5 additions & 8 deletions
13
components/ias-adapter/internal/api/internal/handlers/automock/health_service.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
21 changes: 5 additions & 16 deletions
21
components/ias-adapter/internal/api/internal/handlers/automock/tenant_mappings_service.go
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.