Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Serverless] Adding config to disable authentication on task manager …
…background worker utilization API (#159505) ## Summary Until [this issue](#153720) is resolved, this config flag allows us to access the task manager background worker utilization API in serverless to support autoscaling of background task deployments ## To Verify Run es: `yarn es snapshot` Run serverless on this branch: `yarn serverless-es` Verify you see the following warning in the logs: ``` [2023-06-12T12:47:19.641-04:00][WARN ][plugins.taskManager] Disabling authentication for background task utilization API ``` and you can access `/api/task_manager/_background_task_utilization` without logging in
- Loading branch information