forked from knative/eventing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
InMemoryChannel: reject request for wrong audience (knative#7449)
* Implement the auth check in the event receiver * Reject request for wrong audience in IMC event_receiver (#1) * Running the rekt test Co-authored-by: Christoph Stäbler <[email protected]> * Update pkg/channel/fanout/fanout_event_handler.go Co-authored-by: Calum Murray <[email protected]> * Update the variable naming Signed-off-by: Leo Li <[email protected]> * Refactor the jwt event auth header verification Signed-off-by: Leo Li <[email protected]> * Revert the refactoring Signed-off-by: Leo Li <[email protected]> * Fix the linter issue Signed-off-by: Leo Li <[email protected]> --------- Signed-off-by: Leo Li <[email protected]> Co-authored-by: Christoph Stäbler <[email protected]> Co-authored-by: Calum Murray <[email protected]>
- Loading branch information
1 parent
aa0d7bb
commit 83125a9
Showing
5 changed files
with
84 additions
and
17 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
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