You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when no / no valid Authorization header is provided
decline the request with a 401 (The 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))
when a valid Authorization header is provided
check, if the provided OIDC tokens Audience is mt-broker-filter
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: