elastic / kibana

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

[ML] Use core security rather than security plugin #184837

Open jgowdyelastic opened 1 month ago

jgowdyelastic commented 1 month ago

Security is moving inside core and we need to migrate our use of various security services.

authc https://github.com/elastic/kibana/blob/115f9cbbb656a3e5c54919a1a24bd5e74750227b/x-pack/plugins/ml/server/routes/annotations.ts#L116

authz https://github.com/elastic/kibana/blob/115f9cbbb656a3e5c54919a1a24bd5e74750227b/x-pack/plugins/ml/server/saved_objects/service.ts#L57

elasticmachine commented 1 month ago

Pinging @elastic/ml-ui (:ml)

jgowdyelastic commented 1 month ago

@legrego or @pgayvallet does the roadmap currently include supplying authz from core?

legrego commented 1 month ago

@legrego or @pgayvallet does the roadmap currently include supplying authz from core?

@jgowdyelastic yes, see https://github.com/elastic/kibana/issues/183849.