I’m trying to set the access control for a pod using WAV with acp_ess_1 module. I added the agents necessary to the rule, added the rule to the policy, and then applied the policy to the resource. I also applied the policy to the resource with addMemberPolicyUrl and saveAcrFor, however when I try to write a new file to the container from the agent that has access, it still prevents the save from occurring. Does anyone have an idea or a workflow I can compare with to see where I am missing something?
Thank you for the tip - this is pretty much what was happening. I had to retrieve with the Acl after I first applied the original policy. In my original code, I retrieved the dataset and applied the policy and member policy separately, so the changes did not occur together which was causing issues.