kibana/examples
Gidi Meir Morris 225cfa14a3
Adds Role Based Access-Control to the Alerting & Action plugins based on Kibana Feature Controls (#67157) (#72850)
This PR adds _Role Based Access-Control_ to the Alerting framework & Actions feature using  Kibana Feature Controls, addressing most of the Meta issue: https://github.com/elastic/kibana/issues/43994

This also closes https://github.com/elastic/kibana/issues/62438

This PR includes the following:

1. Adds `alerting` specific Security Actions (not to be confused with Alerting Actions) to the `security` plugin which allows us to assign alerting specific privileges to users of other plugins using the `features` plugin.
2. Removes the security wrapper from the savedObjectsClient in AlertsClient and instead plugs in the new AlertsAuthorization which performs the privilege checks on each api call made to the AlertsClient.
3. Adds privileges in each plugin that is already using the Alerting Framework which mirror (as closely as possible) the existing api-level tag-based privileges and plugs them into the AlertsClient.
4. Adds feature granted privileges arounds Actions (by relying on Saved Object privileges under the hood) and plugs them into the ActionsClient
5. Removes the legacy api-level tag-based privilege system from both the Alerts and Action HTTP APIs

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-22 18:29:31 +01:00
..
alerting_example Adds Role Based Access-Control to the Alerting & Action plugins based on Kibana Feature Controls (#67157) (#72850) 2020-07-22 18:29:31 +01:00
bfetch_explorer Revert "Revert "[7.x] [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) (#71355)" (#71382)" 2020-07-10 20:13:28 -07:00
dashboard_embeddable_examples Revert "Revert "[7.x] [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) (#71355)" (#71382)" 2020-07-10 20:13:28 -07:00
developer_examples Kibana developer examples landing page (#67049) (#68705) 2020-06-10 07:55:11 -04:00
embeddable_examples Revert "Revert "[7.x] [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) (#71355)" (#71382)" 2020-07-10 20:13:28 -07:00
embeddable_explorer [Example] Embeddable by Reference and Value (#68719) (#71272) 2020-07-09 14:17:27 -04:00
routing_example Routing example plugin (#69581) (#71901) 2020-07-15 15:00:15 -04:00
state_containers_examples Revert "Revert "[7.x] [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) (#71355)" (#71382)" 2020-07-10 20:13:28 -07:00
ui_action_examples Revert "Revert "[7.x] [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) (#71355)" (#71382)" 2020-07-10 20:13:28 -07:00
ui_actions_explorer [uiActions] Support emitting nested triggers and actions (#70602) (#72027) 2020-07-16 14:14:37 +02:00
url_generators_examples [7.x] [kbn/optimizer] share all plugin bundles (#68986) (#69234) 2020-06-16 17:41:32 -07:00
url_generators_explorer Kibana developer examples landing page (#67049) (#68705) 2020-06-10 07:55:11 -04:00
README.asciidoc Add a few asciidoc readmes (#72082) (#72290) 2020-07-20 10:17:33 -04:00

[[example-plugins]]
== Example plugins

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

[source,bash]
----
yarn start --run-examples
----