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, sending resources use a dedicated service account for their OIDC authentication (which will then be exposed in the AuthStatus).
As different reconcilers will:
set the .status.auth.serviceAccountName and
create the service accounts if they don't exist
some helpers would be usefull. This library should include to get the name of the SA (to follow a naming pattern) and to get a SA object (e.g. with annotations, owner references, etc.)
The text was updated successfully, but these errors were encountered:
As the Eventing OIDC feature track describes, sending resources use a dedicated service account for their OIDC authentication (which will then be exposed in the
AuthStatus
).As different reconcilers will:
.status.auth.serviceAccountName
andsome helpers would be usefull. This library should include to get the name of the SA (to follow a naming pattern) and to get a SA object (e.g. with annotations, owner references, etc.)
The text was updated successfully, but these errors were encountered: