-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add reqwest ClientBuilder parameter to schema registry builder
This change enables the ability to add any arbitrary change to the HTTP client used by the registry client. Therein, we get the chance to add TLS and more notably mTLS support (even with whichever chain we wish, such as rustls). This change is required as we wish to use a registry protected with mTLS, and will therefore need special configuration from reqwest. Signed-off-by: Mariell Hoversholm <[email protected]>
- Loading branch information
1 parent
ba93de9
commit c299c2f
Showing
2 changed files
with
68 additions
and
26 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