From 3415c40d4b80860956d36a426a7754ddc897728d Mon Sep 17 00:00:00 2001 From: YulNaumenko Date: Wed, 13 Nov 2024 11:00:12 -0800 Subject: [PATCH] [Data Usage] Excludes ca setting from TLS config for AutoOps API request --- x-pack/plugins/data_usage/server/services/autoops_api.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/data_usage/server/services/autoops_api.ts b/x-pack/plugins/data_usage/server/services/autoops_api.ts index 6a9de27f996f1..03b56df08e9b5 100644 --- a/x-pack/plugins/data_usage/server/services/autoops_api.ts +++ b/x-pack/plugins/data_usage/server/services/autoops_api.ts @@ -63,7 +63,6 @@ export class AutoOpsAPIService { rejectUnauthorized: tlsConfig.rejectUnauthorized, cert: tlsConfig.certificate, key: tlsConfig.key, - ca: tlsConfig.certificateAuthorities, }), };