How to create a custom role to only read Metrics

Jiajie Li
Tera Contributor

Hello experts,

I have a report that pulls data from Metrics. I need to share the report to users but the only way they can access the data is if they have itil_admin or metric_admin. 

 

I am trying to create a custom role metric_read so that the users are limited to read-only access to the metric table. However, I'm not sure how to do that. Below is what I have done so far:

 

1. created the role

1.PNG

2. assigned the role to Metrics

2.PNG

1 REPLY 1

Tony Chatfield1
Kilo Patron

Hi, you will also need to add ACL's, or update existing ACL's, on metric table(s) to include your new role.
assuming you only want 'read' access then these are the OOB ACL's

/sys_security_acl_list.do?sysparm_query=nameSTARTSWITHmetric%5Eoperation%3Dread&sysparm_view=

 

Access control list rules (servicenow.com)