-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mt-broker-filter: reject request for wrong audience #7427
Conversation
Signed-off-by: pingjiang <[email protected]>
Hi @xiangpingjiang. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #7427 +/- ##
==========================================
- Coverage 76.70% 76.63% -0.08%
==========================================
Files 259 259
Lines 14254 14270 +16
==========================================
+ Hits 10934 10936 +2
- Misses 2765 2778 +13
- Partials 555 556 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: pingjiang <[email protected]>
Hello @xiangpingjiang, |
hello, @creydr |
Hello @xiangpingjiang, |
hello, @creydr Is there a way to build the image by docker not by ko ? |
Hello @xiangpingjiang, then you could apply via Edit: you need to update line 51 to:
|
Thanks, I will try that |
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.
Hey @xiangpingjiang,
I just went over your PR and saw something, what probably makes the implementation easier.
Signed-off-by: pingjiang <[email protected]>
Signed-off-by: pingjiang <[email protected]>
/ok-to-test |
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.
It seems your PR could need a rebase to get the latest changes & fixes from main to have some e2e tests passing here too.
Signed-off-by: pingjiang <[email protected]>
Signed-off-by: pingjiang <[email protected]>
Signed-off-by: pingjiang <[email protected]>
@xiangpingjiang thanks for the update. Can you mark the PR "ready for review", when it's done from your side? |
/retest |
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.
Thanks a lot @xiangpingjiang for your contribution on this and solving this issue!
👍
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: creydr, xiangpingjiang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes #7291
Proposed Changes
Pre-review Checklist
Release Note
Docs