Skip to content

Kibana alerting RBAC - impact on detection rules' actions #74170

@dhurley14

Description

@dhurley14

With the introduction of RBAC in kibana alerting (#67157, #67157 (comment)), users who wish to create or edit or view rules will need to set permissions for alerting and actions if:

  1. The user wants to create alerts, that role will require "all" permissions for "alerting" and either "read" or "all" for actions.
  2. The user wants to create alerts and custom action connectors for a rule, that role will require "all" permissions for alerting and "all" permissions for actions.
  3. The user wants to view alerts, that role will require "read" permissions for "alerting and either "read" or "none" for actions.
  4. If a user does not have "all" or "read" for actions, but they have "all" for alerting, then we will need to hide the UI section for creating actions or disable the actions step during rule creation.

In general the suggestion will be to set alerting and actions permissions to be whatever the permissions are for the security solution in that given role.

Screen Shot 2020-08-03 at 4 17 21 PM

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions