Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.9] [Security Solution] Intercept individual package installation v…
…ia Fleet (#161859) (#161972) # Backport This will backport the following commits from `main` to `8.9`: - [[Security Solution] Intercept individual package installation via Fleet (#161859)](#161859) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Juan Pablo Djeredjian","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-07-14T13:49:42Z","message":"[Security Solution] Intercept individual package installation via Fleet (#161859)\n\n## Summary\r\n\r\nDuring Cypress tests, intercept `POST\r\n/api/fleet/epm/packages/security_detection_engine/*`.\r\n\r\nThis is the endpoint used when a specific `security_detection_engine`\r\npackage is set to be used via the\r\n`--xpack.securitySolution.prebuiltRulesPackageVersion` config flag,\r\nwhich is used to test by the TRADE team.\r\n\r\nThis PR updates the test to account for that flow.\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"45a483f49643bcca4ff130d9f100c38a1a2181e7","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["test","release_note:skip","backport:skip","Team:Detections and Resp","Team: SecuritySolution","Team:Detection Rule Management","v8.10.0"],"number":161859,"url":"https://github.com/elastic/kibana/pull/161859","mergeCommit":{"message":"[Security Solution] Intercept individual package installation via Fleet (#161859)\n\n## Summary\r\n\r\nDuring Cypress tests, intercept `POST\r\n/api/fleet/epm/packages/security_detection_engine/*`.\r\n\r\nThis is the endpoint used when a specific `security_detection_engine`\r\npackage is set to be used via the\r\n`--xpack.securitySolution.prebuiltRulesPackageVersion` config flag,\r\nwhich is used to test by the TRADE team.\r\n\r\nThis PR updates the test to account for that flow.\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"45a483f49643bcca4ff130d9f100c38a1a2181e7"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/161859","number":161859,"mergeCommit":{"message":"[Security Solution] Intercept individual package installation via Fleet (#161859)\n\n## Summary\r\n\r\nDuring Cypress tests, intercept `POST\r\n/api/fleet/epm/packages/security_detection_engine/*`.\r\n\r\nThis is the endpoint used when a specific `security_detection_engine`\r\npackage is set to be used via the\r\n`--xpack.securitySolution.prebuiltRulesPackageVersion` config flag,\r\nwhich is used to test by the TRADE team.\r\n\r\nThis PR updates the test to account for that flow.\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"45a483f49643bcca4ff130d9f100c38a1a2181e7"}}]}] BACKPORT--> Co-authored-by: Juan Pablo Djeredjian <[email protected]>
- Loading branch information