-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxy: refactor auth backends (#9271)
preliminary for #9270 The auth::Backend didn't need to be in the mega ProxyConfig object, so I split it off and passed it manually in the few places it was necessary. I've also refined some of the uses of config I saw while doing this small refactor. I've also followed the trend and make the console redirect backend it's own struct, same as LocalBackend and ControlPlaneBackend.
- Loading branch information
1 parent
5ef805e
commit ab5bbb4
Showing
10 changed files
with
184 additions
and
157 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
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.
ab5bbb4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5269 tests run: 5052 passed, 0 failed, 217 skipped (full report)
Flaky tests (4)
Postgres 16
test_subscriber_restart
: release-x86-64test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64Postgres 15
test_subscriber_restart
: release-x86-64Postgres 14
test_subscriber_restart
: release-x86-64Code coverage* (full report)
functions
:31.4% (7546 of 24022 functions)
lines
:49.3% (60358 of 122549 lines)
* collected from Rust tests only
ab5bbb4 at 2024-10-14T12:10:54.566Z :recycle: