Summary
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.
AB#204