Hi team,
We have requirment: we have a denodo role group (such as the same is role_aaa), we want to define a rule that only want to apply to this role_aaa, which let the query sent from this role group, its runtime cannot exceeds 5 minutes.
what I set in the condition is: (roles).value = 'role_aaa', but I did not see the rule applied for this group.
If I change the condition as: admin_users = 'false'
I see it works, which means admin _users query can exceed 5 mins.
Is my configuration of [ (roles).value = 'role_aaa' ] incorrect? thanks.