-
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
[console] Add REST API Authz content #205183
Conversation
/ci |
/ci |
/ci |
Pinging @elastic/kibana-management (Team:Kibana Management) |
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]
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!
security: { | ||
authz: { | ||
enabled: false, | ||
reason: 'Low effort request for config info', |
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.
For what it's worth, this retrieves the autocomplete definition specs.
Starting backport for target branches: 8.x |
## Summary Part of elastic#204681 (cherry picked from commit 1128787)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[console] Add REST API Authz content (#205183)](#205183) <!--- 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-06T17:45:01Z","message":"[console] Add REST API Authz content (#205183)\n\n## Summary\r\n\r\nPart of https://github.com/elastic/kibana/issues/204681","sha":"1128787cd13d997c7e1b92f887f22f6c962c9946","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Console","Team:Kibana Management","release_note:skip","v9.0.0","backport:prev-minor"],"title":"[console] Add REST API Authz content","number":205183,"url":"https://github.com/elastic/kibana/pull/205183","mergeCommit":{"message":"[console] Add REST API Authz content (#205183)\n\n## Summary\r\n\r\nPart of https://github.com/elastic/kibana/issues/204681","sha":"1128787cd13d997c7e1b92f887f22f6c962c9946"}},"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/205183","number":205183,"mergeCommit":{"message":"[console] Add REST API Authz content (#205183)\n\n## Summary\r\n\r\nPart of https://github.com/elastic/kibana/issues/204681","sha":"1128787cd13d997c7e1b92f887f22f6c962c9946"}}]}] BACKPORT--> Co-authored-by: Matthew Kime <[email protected]>
## Summary Part of elastic#204681
## Summary Part of elastic#204681
Summary
Part of #204681