-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hooks: Add support for gRPC mTLS (#1114)
* feat: adds mTLS support for gRPC hook. grpc hook now have a hooks-grpc-secure flag * fix: fix gRPC call when Authorization header is missing * ignore .vscode ide settings * Remove automatic forwarding of Authorization header * Fix imports and format * Minor code and comment improvements --------- Co-authored-by: Tarida George Cristian <[email protected]> Co-authored-by: Marius Kleidl <[email protected]>
- Loading branch information
1 parent
eff0a43
commit 061eb11
Showing
4 changed files
with
70 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ tusd_*_* | |
__pycache__/ | ||
examples/hooks/plugin/hook_handler | ||
.idea/ | ||
.vscode/ | ||
.vscode/ |
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