-
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
[Authz] Adjusted forbidden message for new security route configuration #195368
[Authz] Adjusted forbidden message for new security route configuration #195368
Conversation
/ci |
Pinging @elastic/kibana-security (Team:Security) |
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, thanks!
x-pack/plugins/security/server/authorization/api_authorization.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/security/server/authorization/api_authorization.ts
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11274209996 |
💚 Build Succeeded
Metrics [docs]
History
|
…on (elastic#195368) ## Summary Adjusted forbidden message for new security route configuration to be consistent with ES. __Closes: https://github.com/elastic/kibana/issues/195365__ (cherry picked from commit 2759994)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…guration (#195368) (#195761) # Backport This will backport the following commits from `main` to `8.x`: - [[Authz] Adjusted forbidden message for new security route configuration (#195368)](#195368) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Elena Shostak","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-10T12:40:15Z","message":"[Authz] Adjusted forbidden message for new security route configuration (#195368)\n\n## Summary\r\n\r\nAdjusted forbidden message for new security route configuration to be\r\nconsistent with ES.\r\n\r\n\r\n__Closes: https://github.com/elastic/kibana/issues/195365__","sha":"2759994e2d53b294a3a049f69bd56fc2e8477e77","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","enhancement","release_note:skip","Feature:Security/Authorization","v9.0.0","backport:prev-minor"],"title":"[Authz] Adjusted forbidden message for new security route configuration","number":195368,"url":"https://github.com/elastic/kibana/pull/195368","mergeCommit":{"message":"[Authz] Adjusted forbidden message for new security route configuration (#195368)\n\n## Summary\r\n\r\nAdjusted forbidden message for new security route configuration to be\r\nconsistent with ES.\r\n\r\n\r\n__Closes: https://github.com/elastic/kibana/issues/195365__","sha":"2759994e2d53b294a3a049f69bd56fc2e8477e77"}},"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/195368","number":195368,"mergeCommit":{"message":"[Authz] Adjusted forbidden message for new security route configuration (#195368)\n\n## Summary\r\n\r\nAdjusted forbidden message for new security route configuration to be\r\nconsistent with ES.\r\n\r\n\r\n__Closes: https://github.com/elastic/kibana/issues/195365__","sha":"2759994e2d53b294a3a049f69bd56fc2e8477e77"}}]}] BACKPORT--> Co-authored-by: Elena Shostak <[email protected]>
Summary
Adjusted forbidden message for new security route configuration to be consistent with ES.
Closes: #195365