-
-
Notifications
You must be signed in to change notification settings - Fork 89
feat: Added default resources for events permissions #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Added default resources for events permissions #34
Conversation
This PR has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this PR will be closed in 10 days
This should be RTM if a maintainer has time to review it.
Thanks @Octogonapus for the contribution!
## [2.6.0](v2.5.2...v2.6.0) (2022年04月11日) ### Features * Added default resources for events permissions ([#34](#34)) ([698e4c1](698e4c1))
This PR is included in version 2.6.0 🎉
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Uh oh!
There was an error while loading. Please reload this page.
Description
This PR adds the relevant
default_resources
to eachevents
block inside theaws_service_policies
such that users can writeevents = true
for services that require these permissions.Motivation and Context
Fixes #33.
Breaking Changes
No breaking changes have been introduced. The
default_resources
foreventbridge
could (should) be reduced in scope, but that would be a breaking change.How Has This Been Tested?
I have tested the step functions
default_resources
, as that is what I use in my projects, but I don't have a way to test the otherdefault_resources
right now.