cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IAM policy not taking effect

JamesD09
Dynatrace Participant
Dynatrace Participant

Hi folks, 

I am looking to lock down the ability to view logs from a certain host group with the following IAM policy:
"ALLOW storage:logs:read WHERE storage:dt.host_group.id = "Hostgroup2";"

In theory this should lock down my user to only be able to view logs for logs written by hosts in "Hostgroup2" HOWEVER when applying the policy my user is still able to see logs written by all host groups. 

Is anyone able to advise? i have followed the syntax and conditions defined in the IAM service reference documentation.

2 REPLIES 2

JamesD09
Dynatrace Participant
Dynatrace Participant

You can see from the Policy review below the condition is set but does not take effect:

JamesD09_0-1718648577622.png

 

GerardJ
Helper

Hi @JamesD09 

have you checked with the "effective policies" tool whether there isn't another access right that would extend this policy and make this limitation ineffective?
You also have to check that no RBAC permission gives the user more rights over logs than you'd expect.

Featured Posts