Open
Description
Feature request
We have RBAC proxy in production and watcher leverages that to communicate with the API server but this is too slow. We want to run a Replica of the results API server with which the watcher can directly communicate.
- Either we can have two replicas of the Results API server. - One for UI/Clients and one for watcher
- Or we can k8s rotate some sa token unique to the Results API server and Watcher. And they can use that for authenticating.