Skip to content

Commit

Permalink
[Data Usage] Excludes ca setting from TLS config for AutoOps API requ…
Browse files Browse the repository at this point in the history
…est (elastic#200073)

This PR is a result of the discussion we had about certificates check
performed between Kibana and AutoOps API
  • Loading branch information
YulNaumenko authored and CAWilson94 committed Nov 18, 2024
1 parent 440fee7 commit d889229
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/data_usage/server/services/autoops_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export class AutoOpsAPIService {
rejectUnauthorized: tlsConfig.rejectUnauthorized,
cert: tlsConfig.certificate,
key: tlsConfig.key,
ca: tlsConfig.certificateAuthorities,
}),
};

Expand Down

0 comments on commit d889229

Please sign in to comment.