Skip to content

Commit

Permalink
[Data Usage] Excludes ca setting from TLS config for AutoOps API request
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Nov 13, 2024
1 parent 9a33211 commit 3415c40
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 3415c40

Please sign in to comment.