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
Fix error handling in admission controller validation.
Remove inappropriate fallback logic that silently downgraded to weaker
validation when Kubernetes API calls failed. Now properly returns errors
when client creation or cluster listing fails, ensuring fail-secure behavior.
Also removed unused validateBasicProviderServiceAccountPattern function
to keep code clean.
0 commit comments