elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.67k stars 8.1k forks source link

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

Open cnasikas opened 3 months ago

cnasikas commented 3 months ago

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:

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

### Plugins
- [x] actions https://github.com/elastic/kibana/pull/186924
- [x] alerting https://github.com/elastic/kibana/pull/187020
- [x] cases https://github.com/elastic/kibana/pull/187124
- [ ] triggers_actions_ui
- [ ] stack_connectors
- [ ] stack_alerts
- [ ] task_manager
- [ ] event_log
- [ ] rule_registry
- [ ] examples/alerting_example
- [ ] examples/triggers_actions_ui_example
- [ ] examples/gen_ai_streaming_response_example
- [ ] cases_api_integration/common/plugins
- [ ] alerting_api_integration/common/plugins
- [ ] functional_with_es_ssl/plugins
- [ ] test/plugin_api_integration/plugins
- [ ] test/plugin_api_perf/plugins/task_manager_performance

Related issue: https://github.com/elastic/kibana/issues/174578

elasticmachine commented 3 months ago

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