- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 10:32 AM
Hello Team,
I have following requirements.
1) Need to hide Configuration Item module and everything underneath completely for all users except Admin. Only Admin can have CRUD access on this module and everything under it.
2) Need to create separate Group and assign Read ONLY access to this hidden module. [Configuration Item module and everything under it.]
Currently I can see that it can be accessed by anyone having below Roles which is OOB.
a) asset
b) itil
c) itil_admin
d)cmdb_read
Can you please help me how can I achieve this requirements step by step?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 01:29 PM
Then you need to create ACL's on every table under the CI and the CI table also
which is create , write, read and delete ACL's on each table where you need do at table level
table.None and select the type accordingly
then in the roles just admin for write , create and delete acl's but for rea ACL's give the role which you want to give for READ users
please mark my answer correct if it helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 12:09 PM
SO CRUD access to edit the module you meant ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 01:11 PM
Not just editing the module, but at the CRUD at Table level also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 01:29 PM
Then you need to create ACL's on every table under the CI and the CI table also
which is create , write, read and delete ACL's on each table where you need do at table level
table.None and select the type accordingly
then in the roles just admin for write , create and delete acl's but for rea ACL's give the role which you want to give for READ users
please mark my answer correct if it helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2022 05:40 PM
ok Thanks Mohith. That helps.