Christiane (Tina) Heiligers
Christiane (Tina) Heiligers
Fix https://github.com/elastic/kibana/issues/178934 Exposes the audit service from core's security service.
## Summary Part of https://github.com/elastic/kibana/issues/186574 Background: This PR is an example of a plugin migrating away from depending on the Security plugin, which is a high-priority effort for the last...
Most of the Kibana Saved Objects APIs were [deprecated](https://github.com/elastic/kibana/pull/150124) in 8.7 (released Mar 30, 2023). The APIs that are to remain are: `/api/saved_objects/_import` `/api/saved_objects/_export` `/api/saved_objects/_resolve_import_errors` The provider will need to...
Most of the Kibana Saved Objects HTTP APIs were deprecated in 8.7 (released Mar 30, 2023) and the deprecation period will run out by v9. Kibana Core plans to remove...
Access to `internal` APIs is [restricted in Serverless](https://github.com/elastic/kibana/issues/151940). With v9, we have an opportunity to make the [breaking change](https://github.com/elastic/kibana/issues/163654) in ESS and on-prem and restrict internal APIs by default. **What...
Given that we cannot move the entire licensing plugin to core, we should consider if exposing frequently used licensing APIs from core, similarily to how authc and audit is exposed...