Grant admin access with some exceptions

RajiniM
Tera Expert

We have a requirement to have a custom role which should have all the access as admin role but with some exceptions. They should not access anything related to security incidents (entire SIR module). There is an enforce restriction option in security incident, but we would like to have a role to assigned a user so that he can access everything except SIR. We tried with ACLs but couldn't succeed. Any suggestions would be great a help.

Thanks

 

2 REPLIES 2

Mark Manders
Mega Patron

What did you try with ACL's? Why didn't it succeed? What did the security debug say, because it sounds like the perfect way to block it. 

Maybe you should go the other way around: create a separate role that does grant access to the SIR module, without admin override, blocking out all admins.

Or if it is just the records, use a Query BR. 


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

RajiniM
Tera Expert

Hi Mark

Thanks for the reply, first we have created a custom role that inherits the admin role so that he will have all access, then created a ACL to return false for this custom role on security incident table. The problem is there are OOTB ACLs that are returning true because this custom role also inherits the roles that are required to access security incident table. But we cannot remove these roles as they got inherited from admin role. Please suggest a better approach.