Skip to content
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(policy-templates): add policy template to send task statuses to … #2194

Closed
wants to merge 1 commit into from

Conversation

gevial
Copy link

@gevial gevial commented Oct 25, 2021

…a step function

Issue #, if available: 2193

Description of changes: This adds a policy template giving permissions to send task status updates to a step function.

Description of how you validated changes:

Checklist:

  • Add/update tests using:
  • make pr passes
  • Update documentation
  • Verify transformed template deploys and application functions as expected

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@gevial
Copy link
Author

gevial commented Oct 25, 2021

Here is a feature request: #2193

"states:SendTaskHeartbeat",
"states:SendTaskSuccess"
],
"Resource": "*"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can it be scoped properly instead of '*'?

@hawflau
Copy link
Contributor

hawflau commented Jun 13, 2022

Closing due to inactivity. Please open a new PR with the suggested change when it's ready. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants