I noticed when reviewing #63432 that pre-configured actions are not validated to make sure the user has access to actions in general (feature controls). This is because the validation relied on an error to be thrown when user doesn't have access to action type saved objects.
This means two things to test:
- I believe it will restrict properly if invoking an action via the
/_execute API
- I don't think it works properly when invoked via an alert (
plugins.actions.execute)
This issue is to test and write a follow up issue if the assumption is correct.