elastic / kibana

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

[ResponseOps] change api key usage to use core instead of security plugin #187359

Open pmuellr opened 5 days ago

pmuellr commented 5 days ago

From issue: https://github.com/elastic/kibana/pull/187020

The API Key service hasn't been made available from Core yet. See the task lists at https://github.com/elastic/kibana/issues/174578 . The issue specifically for APi keys seems to be: https://github.com/elastic/kibana/issues/184764

In 9.0, all the Security APIs should be accessed through Core. These things should be done before 9.0, so that backporting the future fixes doesn't become a pain.

I assume there are hits in both the alerting and actions plugins, I think they can be made at the same time.

elasticmachine commented 5 days ago

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