[EDR Workflows] Deprecate public metadata/transforms api endpoint in favour of an internal one#194829
Merged
szwarckonrad merged 20 commits intoelastic:mainfrom Oct 9, 2024
Conversation
….com/szwarckonrad/kibana into deprecate-public-transforms-endpoint
Contributor
|
Pinging @elastic/security-defend-workflows (Team:Defend Workflows) |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Contributor
💚 Build Succeeded
Metrics [docs]
|
ashokaditya
approved these changes
Oct 9, 2024
Contributor
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11253014323 |
kibanamachine
added a commit
to kibanamachine/kibana
that referenced
this pull request
Oct 9, 2024
…favour of an internal one (elastic#194829) New internal GET `/api/endpoint/metadata/transforms` route. Current public GET `/api/endpoint/metadata/transforms` route is set to deprecated. All usages across the project have been updated to consume the new internal route. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 15abb85)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Oct 9, 2024
…nt in favour of an internal one (#194829) (#195565) # Backport This will backport the following commits from `main` to `8.x`: - [[EDR Workflows] Deprecate public metadata/transforms api endpoint in favour of an internal one (#194829)](#194829) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Konrad Szwarc","email":"konrad.szwarc@elastic.co"},"sourceCommit":{"committedDate":"2024-10-09T10:21:55Z","message":"[EDR Workflows] Deprecate public metadata/transforms api endpoint in favour of an internal one (#194829)\n\nNew internal GET `/api/endpoint/metadata/transforms` route.\r\n\r\nCurrent public GET `/api/endpoint/metadata/transforms` route is set to\r\ndeprecated.\r\n\r\nAll usages across the project have been updated to consume the new\r\ninternal route.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"15abb859920fc2132eaf7c519c18ca39577acaf1","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Defend Workflows","v8.16.0","backport:version"],"title":"[EDR Workflows] Deprecate public metadata/transforms api endpoint in favour of an internal one","number":194829,"url":"https://github.com/elastic/kibana/pull/194829","mergeCommit":{"message":"[EDR Workflows] Deprecate public metadata/transforms api endpoint in favour of an internal one (#194829)\n\nNew internal GET `/api/endpoint/metadata/transforms` route.\r\n\r\nCurrent public GET `/api/endpoint/metadata/transforms` route is set to\r\ndeprecated.\r\n\r\nAll usages across the project have been updated to consume the new\r\ninternal route.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"15abb859920fc2132eaf7c519c18ca39577acaf1"}},"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/194829","number":194829,"mergeCommit":{"message":"[EDR Workflows] Deprecate public metadata/transforms api endpoint in favour of an internal one (#194829)\n\nNew internal GET `/api/endpoint/metadata/transforms` route.\r\n\r\nCurrent public GET `/api/endpoint/metadata/transforms` route is set to\r\ndeprecated.\r\n\r\nAll usages across the project have been updated to consume the new\r\ninternal route.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"15abb859920fc2132eaf7c519c18ca39577acaf1"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Konrad Szwarc <konrad.szwarc@elastic.co>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New internal GET
/api/endpoint/metadata/transformsroute.Current public GET
/api/endpoint/metadata/transformsroute is set to deprecated.All usages across the project have been updated to consume the new internal route.