Is it possible to assign rights to a user so they can manually add a tag without the "change monitor settings rights" on a management zone?
Solved! Go to Solution.
Found the solution by building a policy:
ALLOW settings:objects:write, settings:objects:read, settings:schemas:read WHERE settings:schemaId = "builtin:tags.manual-tagging";
Hi @bhb_tenhave
Please find an example below for maintenance window settings.
For manual tagging create a new policy and bind it to the read only user group (which ones do not have configuration rights)
ALLOW settings:objects:read, settings:objects:write, settings:schemas:read WHERE settings:schemaId = "builtin:tags.manual-tagging";
I hope it helps.
Best regards,
Mizső