Skip to content
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

[ResponseOps] Switch from the deprecated Security APIs to the Core APIs #184644

Open
3 of 17 tasks
cnasikas opened this issue Jun 3, 2024 · 1 comment
Open
3 of 17 tasks
Labels
Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) technical debt Improvement of the software architecture and operational architecture

Comments

@cnasikas
Copy link
Member

cnasikas commented Jun 3, 2024

The security plugin is now a first-class citizen of the Kibana Core. The following platform security APIs are now accessible via Core services and the Core's request handler context:

  • authentication: core.security.authc
  • user profile: core.userProfile
  • audit logging: core.security.auditLogging

We should change our plugins to use the Core APIs instead of the deprecated Security APIs.

Plugins

Preview Give feedback

Related issue: #174578

@botelastic botelastic bot added the needs-team Issues missing a team label label Jun 3, 2024
@cnasikas cnasikas added technical debt Improvement of the software architecture and operational architecture Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) and removed needs-team Issues missing a team label labels Jun 3, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops (Team:ResponseOps)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) technical debt Improvement of the software architecture and operational architecture
Projects
None yet
Development

No branches or pull requests

2 participants