Let’s say I have resource A
and B
, I have an update action action_1
in resource A
that has a change which will call an update action action_2
from resource B
.
Is there some way to add to the action action_2
from resource B
policy so that it can only authorize if called from that change?