Administrators should note that we will be changing a Security Setting in Signals Inventory in our next release. If you have users that currently have Edit permissions to Containers through Inventory Security, they will not be able to edit the properties after the June 2022 release and will require Full Control instead. If Administrators would like to keep user being able to edit Container properties, they can update the Security Policy now or after the update to be:
#Grants access to Inventory
RULE "Inventory for End Users"
If
attribute "Inventory Security" match
THEN
grant "entity.full_control"
#Grants access to all Inventory Locations
RULE "Location Write"
IF
resource type equal "location"
THEN
grant "entity.full_control"
# Grants access to all Inventory Containers
RULE "Container Write"
IF
resource type equal "container"
THEN
grant "entity.full_control"
If you encounter any issues, please contact our Support team for additional information.
NOTE: Some systems may already have the above Security Rule in place, and no further action is required.
Comments
0 comments
Article is closed for comments.