- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2022 03:36 PM
I'm trying to add the report_admin role to the 'report_view' ACL on the cmdb_running_process table. By default it only has admin but I don't want to grant admin to someone who just just needs to access this table for a report. Unfortunately, this ACL has its Protection policy set to Read-only and so the entire record cannot be edited, even when I have elevated my privs to security_admin. How do I remove the Read-only protection policy?
Solved! Go to Solution.
- Labels:
-
Platform and Cloud Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2022 03:46 PM
Just create another same ACL except instead of admin give it the other role you want to enable same access too. When the ACLs run and evaluate the admin one will fail but the other one with the different role will pass (if the user has it) and he will be able to complete the operation you specified.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2022 03:46 PM
Just create another same ACL except instead of admin give it the other role you want to enable same access too. When the ACLs run and evaluate the admin one will fail but the other one with the different role will pass (if the user has it) and he will be able to complete the operation you specified.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 09:33 AM
Thank you. That worked perfectly and was so simple!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2022 05:09 PM
Glad it did 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2024 05:14 AM
Can you please mention the steps for creating new ACL.