As an administrator user I should be able to see and manage all users notebooks and experiments, but I do not have access to them unless the owner shares them.
Solution: Administrators can be given access to all the tenant's objects regardless of the owner through a Security Policy rule applied to the defined 'Administrators' group following these steps:
1. Log into Signals Notebook as an Administrator
2. Go to 'Signals Configuration' > 'Security Policy'
3. Click 'Edit'
4. Create a rule to grant "entity.full_control" to the specified Administrator group
5. Click 'Save Changes'
6. Click 'Save and Apply Changes'
Rule Example:
# Grants full control to Administrators group over all tenant objects
Rule "Full Control"
If
user group in "Administrators"
Then
grant "entity.full_control"
Comments
0 comments
Article is closed for comments.