[console] exclude the x-elastic-product-origin
header for requests performed from the dev console
#90123
Labels
Feature:Console
Dev Tools Console Feature
Project:SystemIndices
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
To support system indices (#81536), Kibana is now adding the
'x-elastic-product-origin': 'kibana'
header automatically in requests performed against ES: #79218However, requests executed by the end user using the dev console from the UI should not be able to query system indices.
We need to remove/exclude this header in that scenario.
One option would be to do that from the console proxy
@elastic/kibana-core @elastic/es-ui
The text was updated successfully, but these errors were encountered: