Skip to content

Commit

Permalink
[8.x] [Data Usage] Excludes ca setting from TLS config for AutoOps AP…
Browse files Browse the repository at this point in the history
…I request (elastic#200073) (elastic#200094)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Data Usage] Excludes ca setting from TLS config for AutoOps API
request (elastic#200073)](elastic#200073)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Yuliia
Naumenko","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-13T20:53:26Z","message":"[Data
Usage] Excludes ca setting from TLS config for AutoOps API request
(elastic#200073)\n\nThis PR is a result of the discussion we had about
certificates check\r\nperformed between Kibana and AutoOps
API","sha":"c35b389f114ba305cd2aea0bd4f36893b2b18063","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","ci:build-serverless-image","backport:version","v8.17.0"],"title":"[Data
Usage] Excludes ca setting from TLS config for AutoOps API
request","number":200073,"url":"https://github.com/elastic/kibana/pull/200073","mergeCommit":{"message":"[Data
Usage] Excludes ca setting from TLS config for AutoOps API request
(elastic#200073)\n\nThis PR is a result of the discussion we had about
certificates check\r\nperformed between Kibana and AutoOps
API","sha":"c35b389f114ba305cd2aea0bd4f36893b2b18063"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/200073","number":200073,"mergeCommit":{"message":"[Data
Usage] Excludes ca setting from TLS config for AutoOps API request
(elastic#200073)\n\nThis PR is a result of the discussion we had about
certificates check\r\nperformed between Kibana and AutoOps
API","sha":"c35b389f114ba305cd2aea0bd4f36893b2b18063"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Yuliia Naumenko <[email protected]>
  • Loading branch information
kibanamachine and YulNaumenko authored Nov 13, 2024
1 parent 96d586e commit 123c8e4
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 123c8e4

Please sign in to comment.