In Signals Notebook it is possible to restrict access to active experiments by groups. Some groups could benefit from the results obtained from the closed experiments, but the restrictions created by the system admin make it impossible for this group to view the closed experiments. Is there any way to automatically give read access to the closed experiments with a specific group of users?
Answer: Yes, it is possible to share closed experiments with a specific group of users. For this, we will take advantage of the security policy, where you must include the following rule:
RULE "Give access to closed experiments"
IF user group in "your group" AND
resource type equal "experiment" AND
resource state equal "closed"
THEN
grant "entity.read"
Note: You must replace "your group" with the group that you want to have access to the closed experiments. In case you want all users of your tenant to have access to the closed experiments you can give these privileges to the group "All users" which automatically includes all users of your tenant.