Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Pull Request resolved: #2326 # Context Did a few rounds of testing on the CB clean up lambda and discovered some issues. Issue 1 - clean up lambda giving input validation error as it did not get enclave_iam_profie field in input. Fix - In KIA lambda, I was uploading the field with name - enclave_iam_role, so changed it to enclave_iam_profile. Issue 2 - I was not able to remove the S3 bucket policy using the lambda. Fix - The logic was trying to remove the ACL grants associated with the bucket, which are different than the policy associated with the bucket. Thus, changed the logic to remove the IAM role from the policy statement. Reviewed By: danbunnell Differential Revision: D48471432 Privacy Context Container: L416713 fbshipit-source-id: a258fea2b7671183a06d5aaae2f1617a47b964b7
- Loading branch information