-
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
Unauthorized route migration for routes owned by kibana-management #204531
Closed
kibanamachine
wants to merge
1
commit into
main
from
authz-migration/unauthorized-routes-owner-kibana-management
Closed
Unauthorized route migration for routes owned by kibana-management #204531
kibanamachine
wants to merge
1
commit into
main
from
authz-migration/unauthorized-routes-owner-kibana-management
Conversation
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
kibanamachine
added
enhancement
New value added to drive a business result
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
release_note:skip
Skip the PR/issue when compiling release notes
Feature:Security/Authorization
Platform Security - Authorization
labels
Dec 17, 2024
kibanamachine
added
backport:prev-minor
Backport to (8.x) the previous minor version (i.e. one version back from main)
Authz: API migration
labels
Dec 17, 2024
Pinging @elastic/kibana-management (Team:Kibana Management) |
💚 Build Succeeded
Metrics [docs]
|
This was referenced Dec 18, 2024
mattkime
deleted the
authz-migration/unauthorized-routes-owner-kibana-management
branch
January 6, 2025 03:14
mattkime
added a commit
that referenced
this pull request
Jan 6, 2025
## Summary Simply adding `authz` info to REST endpoints as part of #204531
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Jan 6, 2025
) ## Summary Simply adding `authz` info to REST endpoints as part of elastic#204531 (cherry picked from commit 4eb9006)
kibanamachine
added a commit
that referenced
this pull request
Jan 6, 2025
…) (#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]>
kowalczyk-krzysztof
pushed a commit
to kowalczyk-krzysztof/kibana
that referenced
this pull request
Jan 7, 2025
) ## Summary Simply adding `authz` info to REST endpoints as part of elastic#204531
CAWilson94
pushed a commit
to CAWilson94/kibana
that referenced
this pull request
Jan 13, 2025
) ## Summary Simply adding `authz` info to REST endpoints as part of elastic#204531
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Authz: API migration
backport:prev-minor
Backport to (8.x) the previous minor version (i.e. one version back from main)
enhancement
New value added to drive a business result
Feature:Security/Authorization
Platform Security - Authorization
release_note:skip
Skip the PR/issue when compiling release notes
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
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.
Authz API migration for unauthorized routes
This PR migrates unauthorized routes owned by your team to a new security configuration.
Please refer to the documentation for more information: Authorization API
Before migration:
After migration:
What to do next?
Any questions?
If you have any questions or need help with API authorization, please reach out to the
@elastic/kibana-security
team.