[Kibana Management] Add missing API endpoint authz info#209758
Merged
sabarasaba merged 5 commits intoelastic:mainfrom Feb 7, 2025
Merged
[Kibana Management] Add missing API endpoint authz info#209758sabarasaba merged 5 commits intoelastic:mainfrom
sabarasaba merged 5 commits intoelastic:mainfrom
Conversation
mattkime
reviewed
Feb 5, 2025
...atform/plugins/shared/console/server/routes/api/console/convert_request_to_language/index.ts
Outdated
Show resolved
Hide resolved
Contributor
|
Pinging @elastic/kibana-management (Team:Kibana Management) |
jloleysens
approved these changes
Feb 6, 2025
Member
Author
|
@elasticmachine merge upstream |
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest FailuresMetrics [docs]
History
cc @sabarasaba |
mattkime
reviewed
Feb 7, 2025
...atform/plugins/shared/console/server/routes/api/console/convert_request_to_language/index.ts
Show resolved
Hide resolved
mattkime
approved these changes
Feb 7, 2025
Contributor
mattkime
left a comment
There was a problem hiding this comment.
changes look good, thanks!
Contributor
|
Starting backport for target branches: 8.x, 9.0 https://github.com/elastic/kibana/actions/runs/13195507158 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 7, 2025
(cherry picked from commit a468965)
Contributor
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Feb 7, 2025
… (#210135) # Backport This will backport the following commits from `main` to `8.x`: - [[Kibana Management] Add missing API endpoint authz info (#209758)](#209758) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ignacio Rivas","email":"rivasign@gmail.com"},"sourceCommit":{"committedDate":"2025-02-07T07:51:22Z","message":"[Kibana Management] Add missing API endpoint authz info (#209758)","sha":"a468965588704f61a493eacd691da98877c177e2","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Kibana Management","release_note:skip","v9.0.0","backport:prev-minor","backport:version","Authz: API migration","v9.1.0","v8.19.0"],"title":"[Kibana Management] Add missing API endpoint authz info","number":209758,"url":"https://github.com/elastic/kibana/pull/209758","mergeCommit":{"message":"[Kibana Management] Add missing API endpoint authz info (#209758)","sha":"a468965588704f61a493eacd691da98877c177e2"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209758","number":209758,"mergeCommit":{"message":"[Kibana Management] Add missing API endpoint authz info (#209758)","sha":"a468965588704f61a493eacd691da98877c177e2"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Ignacio Rivas <rivasign@gmail.com>
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.
Summary
Part of #204681. Adds missing authz info to the API endpoints of some of our apps.