kibana/x-pack/plugins/infra/public
Gidi Meir Morris 4abe864f10
Adds Role Based Access-Control to the Alerting & Action plugins based on Kibana Feature Controls (#67157)
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
2020-07-22 14:45:57 +01:00
..
__snapshots__ [Observability] Change appLink passing the date range (#71259) 2020-07-14 11:05:48 +02:00
alerting Adds Role Based Access-Control to the Alerting & Action plugins based on Kibana Feature Controls (#67157) 2020-07-22 14:45:57 +01:00
apps [Logs and Metrics UI] Initial setup for registering observability overview data fetchers (#69999) 2020-06-30 13:56:35 -04:00
assets [Logs UI] ML log integration splash screen (#69288) 2020-06-25 10:18:32 +02:00
components [Logs UI] Anomalies page dataset filtering (#71110) 2020-07-14 15:26:22 +01:00
containers Add @elastic/safer-lodash-set as an alternative to lodash.set (#67452) 2020-07-15 10:29:57 +02:00
graphql [Metrics UI] UX improvements for saved views (#69910) 2020-06-29 16:53:36 -05:00
hooks [Metrics UI] UX improvements for saved views (#69910) 2020-06-29 16:53:36 -05:00
images [Logs / Metrics] New Platform migration (full cutover) (#54583) 2020-02-18 19:22:27 +00:00
lib [Metrics UI] Enhance Inventory View Tooltips (#69757) 2020-07-01 09:45:21 -07:00
pages [Logs UI] Fix display of dataset values in anomaly and category example rows (#71693) 2020-07-17 15:08:38 +02:00
test_utils [Metrics UI] Register function for Observability homepage (#70529) 2020-07-02 13:01:18 -07:00
utils [Observability] Change appLink passing the date range (#71259) 2020-07-14 11:05:48 +02:00
index.scss [kbn/optimizer] only build specified themes (#70389) 2020-07-02 15:06:32 -07:00
index.ts [Logs and Metrics UI] Initial setup for registering observability overview data fetchers (#69999) 2020-06-30 13:56:35 -04:00
legacy_singletons.ts [Logs / Metrics] New Platform migration (full cutover) (#54583) 2020-02-18 19:22:27 +00:00
metrics_overview_fetchers.test.ts [Observability] Change appLink passing the date range (#71259) 2020-07-14 11:05:48 +02:00
metrics_overview_fetchers.ts [Observability] Change appLink passing the date range (#71259) 2020-07-14 11:05:48 +02:00
plugin.ts [Metrics UI] Register function for Observability homepage (#70529) 2020-07-02 13:01:18 -07:00
register_feature.ts [Logs / Metrics] New Platform migration (full cutover) (#54583) 2020-02-18 19:22:27 +00:00
types.ts [Logs and Metrics UI] Initial setup for registering observability overview data fetchers (#69999) 2020-06-30 13:56:35 -04:00