-
Notifications
You must be signed in to change notification settings - Fork 592
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 (#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 <cstabler@redhat.com> * Update pkg/channel/fanout/fanout_event_handler.go Co-authored-by: Calum Murray <cmurray@redhat.com> * Update the variable naming Signed-off-by: Leo Li <leoli@redhat.com> * Refactor the jwt event auth header verification Signed-off-by: Leo Li <leoli@redhat.com> * Revert the refactoring Signed-off-by: Leo Li <leoli@redhat.com> * Fix the linter issue Signed-off-by: Leo Li <leoli@redhat.com> --------- Signed-off-by: Leo Li <leoli@redhat.com> Co-authored-by: Christoph Stäbler <cstabler@redhat.com> Co-authored-by: Calum Murray <cmurray@redhat.com>
- 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