-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[upgrade assistant] Add authz info to REST api endpoints #205071
Conversation
/ci |
Pinging @elastic/kibana-management (Team:Kibana Management) |
💚 Build Succeeded
The CI Stats report is too large to be displayed here, check out the CI build annotation for this information. History
cc @mattkime |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12631881320 |
) ## Summary Simply adding `authz` info to REST endpoints as part of elastic#204531 (cherry picked from commit 4eb9006)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…) (#205597) # Backport This will backport the following commits from `main` to `8.x`: - [[upgrade assistant] Add authz info to REST api endpoints (#205071)](#205071) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Matthew Kime","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-06T11:43:30Z","message":"[upgrade assistant] Add authz info to REST api endpoints (#205071)\n\n## Summary\r\n\r\nSimply adding `authz` info to REST endpoints as part of\r\nhttps://github.com//pull/204531","sha":"4eb900651a97fe117b147e3737ad9dc3d9ee4a12","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Kibana Management","release_note:skip","Feature:Upgrade Assistant","v9.0.0","backport:prev-minor"],"title":"[upgrade assistant] Add authz info to REST api endpoints","number":205071,"url":"https://github.com/elastic/kibana/pull/205071","mergeCommit":{"message":"[upgrade assistant] Add authz info to REST api endpoints (#205071)\n\n## Summary\r\n\r\nSimply adding `authz` info to REST endpoints as part of\r\nhttps://github.com//pull/204531","sha":"4eb900651a97fe117b147e3737ad9dc3d9ee4a12"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/205071","number":205071,"mergeCommit":{"message":"[upgrade assistant] Add authz info to REST api endpoints (#205071)\n\n## Summary\r\n\r\nSimply adding `authz` info to REST endpoints as part of\r\nhttps://github.com//pull/204531","sha":"4eb900651a97fe117b147e3737ad9dc3d9ee4a12"}}]}] BACKPORT--> Co-authored-by: Matthew Kime <[email protected]>
) ## Summary Simply adding `authz` info to REST endpoints as part of elastic#204531
) ## Summary Simply adding `authz` info to REST endpoints as part of elastic#204531
) ## Summary Simply adding `authz` info to REST endpoints as part of elastic#204531
Summary
Simply adding
authz
info to REST endpoints as part of #204531