forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [Cloud Security] Remove preconfigured Agentless policy solution…
… and feature flag (elastic#197338) (elastic#201868) # Backport This will backport the following commits from `main` to `8.x`: - [[Cloud Security] Remove preconfigured Agentless policy solution and feature flag (elastic#197338)](elastic#197338) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"seanrathier","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-25T19:00:42Z","message":"[Cloud Security] Remove preconfigured Agentless policy solution and feature flag (elastic#197338)","sha":"655cb7933371ce07b717eb40c3691fbc5ca08933","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport missing","Team:Fleet","v9.0.0","Team:Cloud Security","backport:prev-minor","ci:project-deploy-security"],"number":197338,"url":"https://github.com/elastic/kibana/pull/197338","mergeCommit":{"message":"[Cloud Security] Remove preconfigured Agentless policy solution and feature flag (elastic#197338)","sha":"655cb7933371ce07b717eb40c3691fbc5ca08933"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197338","number":197338,"mergeCommit":{"message":"[Cloud Security] Remove preconfigured Agentless policy solution and feature flag (elastic#197338)","sha":"655cb7933371ce07b717eb40c3691fbc5ca08933"}},{"url":"https://github.com/elastic/kibana/pull/201865","number":201865,"branch":"8.17","state":"OPEN"}]}] BACKPORT-->
- Loading branch information
1 parent
3426a7f
commit a797902
Showing
14 changed files
with
98 additions
and
512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -269,5 +269,4 @@ export interface FleetServerPolicy { | |
|
||
export interface AgentlessApiResponse { | ||
id: string; | ||
region_id: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.