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 PingSource must request a JWT and add it as a Bearer Token to its Authentication header.
When having #7175, we need to update the PingSource to add the Authentication header with a JWT to all outgoing requests.
In particular this means for the PingSource adapter:
This also requires an update on the PingSource 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 PingSource must request a JWT and add it as a Bearer Token to its
Authenticationheader.When having #7175, we need to update the PingSource to add the Authentication header with a JWT to all outgoing requests.
In particular this means for the PingSource adapter:
Additional Information:
AuthStatus#7227.status.SinkAudience(required AddSinkAudiencetoSourceStatuspkg#2844).