-
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
[APM] Replace security plugin authc with Kibana core #203771
[APM] Replace security plugin authc with Kibana core #203771
Conversation
/ci |
b89104d
to
9becae5
Compare
/ci |
9becae5
to
922edc5
Compare
/ci |
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
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 🚀 Code review only
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
@elasticmachine merge upstream |
⏳ Build in-progress
History
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12409708380 |
closes [elastic#200700](elastic#200700) ## Summary Replaces `authc` from `security` plugin with `core`'s as per https://docs.elastic.dev/kibana-dev-docs/api-meta/deprecated-api-list-by-plugin#apm Co-authored-by: Elastic Machine <[email protected]> (cherry picked from commit 91e9995)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…204896) # Backport This will backport the following commits from `main` to `8.x`: - [[APM] Replace security plugin authc with Kibana core (#203771)](#203771) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Carlos Crespo","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-19T09:16:43Z","message":"[APM] Replace security plugin authc with Kibana core (#203771)\n\ncloses [#200700](https://github.com/elastic/kibana/issues/200700)\r\n\r\n## Summary\r\n\r\nReplaces `authc` from `security` plugin with `core`'s as per\r\nhttps://docs.elastic.dev/kibana-dev-docs/api-meta/deprecated-api-list-by-plugin#apm\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"91e99955f983b19e026d3aa16d5986198a867b7a","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services"],"title":"[APM] Replace security plugin authc with Kibana core","number":203771,"url":"https://github.com/elastic/kibana/pull/203771","mergeCommit":{"message":"[APM] Replace security plugin authc with Kibana core (#203771)\n\ncloses [#200700](https://github.com/elastic/kibana/issues/200700)\r\n\r\n## Summary\r\n\r\nReplaces `authc` from `security` plugin with `core`'s as per\r\nhttps://docs.elastic.dev/kibana-dev-docs/api-meta/deprecated-api-list-by-plugin#apm\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"91e99955f983b19e026d3aa16d5986198a867b7a"}},"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/203771","number":203771,"mergeCommit":{"message":"[APM] Replace security plugin authc with Kibana core (#203771)\n\ncloses [#200700](https://github.com/elastic/kibana/issues/200700)\r\n\r\n## Summary\r\n\r\nReplaces `authc` from `security` plugin with `core`'s as per\r\nhttps://docs.elastic.dev/kibana-dev-docs/api-meta/deprecated-api-list-by-plugin#apm\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"91e99955f983b19e026d3aa16d5986198a867b7a"}}]}] BACKPORT--> Co-authored-by: Carlos Crespo <[email protected]>
closes [elastic#200700](elastic#200700) ## Summary Replaces `authc` from `security` plugin with `core`'s as per https://docs.elastic.dev/kibana-dev-docs/api-meta/deprecated-api-list-by-plugin#apm Co-authored-by: Elastic Machine <[email protected]>
closes #200700
Summary
Replaces
authc
fromsecurity
plugin withcore
's as per https://docs.elastic.dev/kibana-dev-docs/api-meta/deprecated-api-list-by-plugin#apm