Conversation
Test Results - Alternative Providers207 tests 163 ✅ 2m 8s ⏱️ Results for commit 4246fb5. |
LocalStack Community integration with Pro 2 files 2 suites 1h 1m 21s ⏱️ Results for commit 4246fb5. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 1h 30m 16s ⏱️ Results for commit 4246fb5. |
bentsku
left a comment
There was a problem hiding this comment.
LGTM! Nice and clean, with good test coverage 💯
Pretty cool interface to manage permissions tbh! Much easier thant to fully post it 😄
we do not actually act upon the policies (as we do not right now in the current implementation as far as I could tell).
This is managed by IAM directly via its plugins 👍 it calls get_topic_attributes(TopicArn=arn).get("Attributes", {}).get("Policy")
Motivation
This PR adds permission operations. The operations only add and remove in a CRUD manner, we do not actually act upon the policies (as we do not right now in the current implementation as far as I could tell).
closes PNX-73
Changes
add-permisison,remove-permissionTests
Related