diff --git a/x-pack/plugins/task_manager/server/routes/health.ts b/x-pack/plugins/task_manager/server/routes/health.ts index 013fa1e4a06aa..23539da937f93 100644 --- a/x-pack/plugins/task_manager/server/routes/health.ts +++ b/x-pack/plugins/task_manager/server/routes/health.ts @@ -129,6 +129,10 @@ export function healthRoute(params: HealthRouteParams): { // Uncomment when we determine that we can restrict API usage to Global admins based on telemetry // options: { tags: ['access:taskManager'] }, validate: false, + options: { + access: 'public', + description: `Get task manager health`, + }, }, async function ( context: RequestHandlerContext,