From 31e07a1a7cb76174b6323798f7855628727893ac Mon Sep 17 00:00:00 2001 From: Elena Stoeva Date: Thu, 13 Jul 2023 12:16:49 +0100 Subject: [PATCH] Fix redundant lines after conflict resolve --- config/serverless.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/serverless.yml b/config/serverless.yml index a0e2d2d261c82..0e616a97177c6 100644 --- a/config/serverless.yml +++ b/config/serverless.yml @@ -72,10 +72,6 @@ server.versioned.strictClientVersionCheck: false xpack.spaces.maxSpaces: 1 xpack.spaces.allowFeatureVisibility: false -# Temporarily allow unauthenticated access to task manager utilization & status/stats APIs for autoscaling -status.allowAnonymous: true -xpack.task_manager.unsafe.authenticate_background_task_utilization: false - # Only display console autocomplete suggestions for ES endpoints that are available in serverless console.autocompleteDefinitions.endpointsAvailability: serverless