Research how our actions framework can send emails for the system #143052
Labels
Feature:Actions/Framework
Issues related to the Actions Framework
research
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
Related GH issues:
With the ability to send notifications via email using our actions framework being in the works. We uncovered a blocker when it comes to the current authorization mechanisms we have in place (to access an actions client). When an email is sent in the case of notifications, it is done by the system, which doesn't have access to any Kibana feature and would fail our auth checks that are currently in place.
We should research and recommend a way to change our back-end code to allow this use case to happen without opening security holes in the system.
Some options:
getActionsClientWithRequest
)The text was updated successfully, but these errors were encountered: