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
As the Eventing OIDC feature track describes, sources must authenticate their requests. Therefor the ApiServerSource must request a JWT and add it as a Bearer Token to its Authentication header.
When having #7175, we need to update the ApiServerSource to add the Authentication header with a JWT to all outgoing requests.
This also requires an update on the ApiServerSource controller, to expose the sinks audience in .status.SinkAudience (required Add SinkAudience to SourceStatus pkg#2844).
As the Eventing OIDC feature track describes, sources must authenticate their requests. Therefor the ApiServerSource must request a JWT and add it as a Bearer Token to its
Authenticationheader.When having #7175, we need to update the ApiServerSource to add the Authentication header with a JWT to all outgoing requests.
In particular this means for the ApiServerSource:
Additional Information:
AuthStatus#7226.status.SinkAudience(required AddSinkAudiencetoSourceStatuspkg#2844).