Skip to content

Conversation

GeertWille
Copy link
Contributor

Description

It looks like we're missing the states:StartSyncExecution action so we can execute step functions using the REQUEST_RESPONSE invocation_type

Motivation and Context

I was trying to use EB Pipes executing a step function using the REQUEST_RESPONSE invocation_type but getting the IAM error

{
    "resourceArn": "arn:aws:pipes:eu-central-1:*:pipe/*-pipe",
    "timestamp": 1726151215307,
    "executionId": "*",
    "messageType": "ExecutionFailed",
    "logLevel": "ERROR",
    "error": {
        "message": "Target invocation failed with error from States. Not allowed to invoke arn:aws:states:eu-central-1:*:stateMachine:*.",
        "httpStatusCode": 400,
        "awsService": "states",
        "requestId": "*",
        "exceptionType": "AccessDenied",
        "resourceArn": "arn:aws:states:eu-central-1:*:stateMachine:*"
    }
}

and discovered it's not included

Breaking Changes

No

It looks like we're missing the states:StartSyncExecution action so we can execute step functions using the REQUEST_RESPONSE invocation_type
@GeertWille GeertWille changed the title Update iam_pipes.tf to support step function sync executions fix: Update iam_pipes.tf to support step function sync executions Sep 12, 2024
@antonbabenko antonbabenko changed the title fix: Update iam_pipes.tf to support step function sync executions feat: Update IAM pipes to support step function sync executions Sep 12, 2024
@antonbabenko antonbabenko merged commit 58f2efb into terraform-aws-modules:master Sep 12, 2024
15 of 16 checks passed
antonbabenko pushed a commit that referenced this pull request Sep 12, 2024
## [3.11.0](v3.10.0...v3.11.0) (2024-09-12)

### Features

* Update IAM pipes to support step function sync executions ([#134](#134)) ([58f2efb](58f2efb))
@antonbabenko
Copy link
Member

This PR is included in version 3.11.0 🎉

Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants