kibana/x-pack/examples
Ying Mao cc95f115c3
[Response Ops][Task Manager] Pass fakeRequest for tasks with associated API key instead of actual key (#217327)
Resolves https://github.com/elastic/kibana/issues/216808

## Summary

Instead of directly passing the `apiKey` and `userScope` (when
available) into each task type runner, we create a fake Kibana Request
with an Authorization ApiKey header in the task manager and pass that
request into the task type runner.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2025-04-14 16:10:17 +02:00
..
alerting_example [ResponseOps][Rules] Add solution field to rule types (#212079) 2025-03-12 17:19:58 +01:00
embedded_lens_example [embeddable] replace Embeddable ViewMode with presentation-publishing ViewMode (#211960) 2025-03-04 09:05:23 -07:00
exploratory_view_example Address some of the no_group_crossing dependencies (#198261) 2024-11-06 08:44:35 -06:00
gen_ai_streaming_response_example [Authz] Mandatory Security Config (#215180) 2025-03-27 12:04:53 -07:00
lens_config_builder_example [embeddable] replace Embeddable ViewMode with presentation-publishing ViewMode (#211960) 2025-03-04 09:05:23 -07:00
lens_embeddable_inline_editing_example [Lens] Embeddable react refactor (#186642) 2024-11-26 09:34:13 +01:00
screenshotting_example Change reporting CODEOWNERS to response ops (#213560) 2025-04-04 23:27:42 +02:00
testing_embedded_lens [embeddable] replace Embeddable ViewMode with presentation-publishing ViewMode (#211960) 2025-03-04 09:05:23 -07:00
third_party_lens_navigation_prompt [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
third_party_maps_source_example Move @elastic/kibana-gis ownership to @elastic/kibana-presentation (#192521) 2024-09-16 09:50:50 -05:00
third_party_vis_lens_example [Lens] Chart switch redesign (#187475) 2024-09-05 12:32:45 +02:00
triggers_actions_ui_example [Response Ops][Task Manager] Pass fakeRequest for tasks with associated API key instead of actual key (#217327) 2025-04-14 16:10:17 +02:00
ui_actions_enhanced_examples [dashboard] clean up dashboard setup and start contracts (#212968) 2025-03-12 10:36:37 -06:00
README.md

Example plugins

This folder contains X-Pack example plugins. To run the plugins in this folder, use the --run-examples flag, via

yarn start --run-examples