Migrate System API to New Platform Core #48957
Labels
blocker
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
In the legacy platform we have the concept of a "system API" that does not need to be checked for auth access.
Legacy code:
src/legacy/core_plugins/kibana/server/lib/system_api.js
src/legacy/ui/public/system_api/system_api.js
This should be migrated to the new platform, probably as part of Core rather than the kibana plugin.
I'd expect the client-side
core.http
service to have aisSystemRequest
flag to include the headers on the request.The text was updated successfully, but these errors were encountered: