-
Notifications
You must be signed in to change notification settings - Fork 604
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 #7291
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Comments
/assign |
Hey @xiangpingjiang any updates here? Is there anything I can help you with? If you aren't interested in this issue anymore let me know so that someone else can work on it. Thanks! |
hello, @Cali0707 |
Great @xiangpingjiang - let me know if you need any help |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
As an implementation detail, we describe in https://gist.github.com/creydr/8b694956f27b0cb338b3576f3a893879, the broker filter gets its own dedicated Audience, named
mt-broker-filter
(in #7292 we will expose this audience in the Triggers Subscription as the subscribers audience).When receiving an event, the mt-broker-filter receiver must:
authentication.oidc
feature flag #7174) is disabled:authentication.oidc
feature flag #7174) is enabled:Authorization
header is providedThe 401 (Unauthorized) status code indicates that the request has not been applied because it lacks valid authentication credentials for the target resource.
(https://www.rfc-editor.org/rfc/rfc9110#name-401-unauthorized))Authorization
header is providedmt-broker-filter
Additional Information:
mt-broker-filter
audience for a Triggers Subscriptions as subscribers audience #7292The text was updated successfully, but these errors were encountered: