Skip to content

Commit c35b389

Browse files
authored
[Data Usage] Excludes ca setting from TLS config for AutoOps API request (#200073)
This PR is a result of the discussion we had about certificates check performed between Kibana and AutoOps API
1 parent b7ca722 commit c35b389

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugins/data_usage/server/services/autoops_api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export class AutoOpsAPIService {
6363
rejectUnauthorized: tlsConfig.rejectUnauthorized,
6464
cert: tlsConfig.certificate,
6565
key: tlsConfig.key,
66-
ca: tlsConfig.certificateAuthorities,
6766
}),
6867
};
6968

0 commit comments

Comments
 (0)