This PR fixes AuthMap permissions for trigger_type='groups' and trigger_type='attributes'
Before, it revoked permission to all users who don't met a trigger condition, regardless of the revoke attribute.
Now, it revokes permission only with revoke: True, otherwise it skips the auth map.
This PR fixes AuthMap permissions for
trigger_type='groups'
andtrigger_type='attributes'
Before, it revoked permission to all users who don't met a trigger condition, regardless of the
revoke
attribute. Now, it revokes permission only withrevoke: True
, otherwise it skips the auth map.