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
Make auth check configurable for Team/Env autocomplete APIs
Motivation
These autocomplete APIs takes a little extra time as in backend Auth check is happening. It will be a problem if users see the clusters of which they don't have access.
Proposal
Make this flag configurable, so that anyone with this requirement can remove auth check.