[IMPLEMENTED] Readonly access to Rule Events

Hello,

I am creating a readonly developer Role for use in production environments with the idea that it should be able to look at everything but not change anything.

One of the bits of access we could greatly benefit from is being able to see the events that have fired against a rule, however currently there is no readonly permission available for rule events, there is just rules.events that allows user to ‘Cancel All’, ‘Enqueue’ and ‘Retry’.

Is there a reason why we should not have readonly access to events? Is it because it shows the payloads which could contain information that user would otherwise be unable to view based on other permissions or something? If so we could reduce the information available to the user, just showing how many retries were made for the event and anything else non-sensitive.

Makes sense, can implement it this week.

2 Likes

This topic was automatically closed after 2 days. New replies are no longer allowed.