Configuration Module visibility

VM3
Tera Contributor

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.

 

1 ACCEPTED SOLUTION

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

View solution in original post

8 REPLIES 8

SO CRUD access to edit the module you meant ?

Not just editing the module, but at the CRUD at Table level also. 

 

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

ok Thanks Mohith. That helps.