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
Currently we're watching all service accounts in the cluster for changes and reenque the objects which have an OIDC service account assigned if something changes. e.g.:
unfiltered service account informers for OIDC service accounts are currently used in multiple places. Most of the fixed Support auto generation of XYZ identity service account and expose in AuthStatus issues in Eventing Sender Identity (view) will probably use it
Currently we're watching all service accounts in the cluster for changes and reenque the objects which have an OIDC service account assigned if something changes. e.g.:
eventing/pkg/reconciler/broker/trigger/controller.go
Lines 114 to 118 in ba02f4a
Instead we should label the OIDC service accounts and use a filtered serviceaccount informer based on that label/selector.
Additional information:
Support auto generation of XYZ identity service account and expose in AuthStatusissues in Eventing Sender Identity (view) will probably use iteventing/pkg/auth/serviceaccount.go
Lines 45 to 65 in ba02f4a