cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Looking to upgrade from Dynatrace Managed to SaaS? See how

Tagging rights for users

bhb_tenhave
Observer

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?

4 REPLIES 4

bhb_tenhave
Observer

Found the solution by building a policy:

ALLOW settings:objects:write, settings:objects:read, settings:schemas:read WHERE settings:schemaId = "builtin:tags.manual-tagging";

Mizső
DynaMight Guru
DynaMight Guru

Hi @bhb_tenhave 

Please find an example below for maintenance window settings.

Mizs_0-1676628810853.png

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ő

Dynatrace Community RockStar 2024, Certified Dynatrace Professional

hello , 
this works fine, but is it possible to grand only tagging permission to certain tag keys? 
so users are only creating Tags within a range of keywords.

regards André

Dynatrace does not directly support restricting tagging permissions to specific tag keys.
@Mizső pointed in the right direction.

If you're in SaaS, you can create a specific app that calls the API with only a few values.
https://developer.dynatrace.com/quickstart/

 

Featured Posts