-
Notifications
You must be signed in to change notification settings - Fork 242
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
Error since yesterday as - Unexpected key 'enableFaultInjection' found in params #705
Comments
Hey @rithik-choudhary I was able to solve this by bumping the version to v2. Hope that helps! |
Upgrading to v2 fixed the issue for me 👍 |
Hello. As other users have pointed out, please use v2 version of the action to fix this issue. Closing this issue, but please feel free to comment if there are follow-up questions. |
May I ask what was the reason that caused this issue? There are no changes in either |
Updating the version to |
upgrading to |
Hi all, thank you for reporting this issue. We have identified an issue in one of ECS' backend APIs that introduced a backward incompatible change, causing user workflows to encounter |
I switched to v2, and now I'm getting the error when deploying to prod: |
i switched to v2 but i am getting Unable to resolve action |
only switch this aws-actions/amazon-ecs-deploy-task-definition@v1 -> aws-actions/amazon-ecs-deploy-task-definition@v2 |
If updating to v2 still causes an error, try to remove the line containing "enableFaultInjection":false in the |
It was working fine with v2 until about an hour ago and now I am also getting an error: |
Hello, Errors such as 'Unexpected key 'enableFaultInjection' found in parameters' are still occurring. - name: Fill in the new image ID in the Amazon ECS task definition
id: task-def
uses: aws-actions/amazon-ecs-render-task-definition@v1
with:
task-definition: task-definition.json
container-name: ${{ env.ECR_CONTAINER_NAME }}
image: ${{ steps.build-image.outputs.image }}
- name: Deploy Amazon ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: ${{ env.ECS_CONTAINER_SERVICE_NAME }}
cluster: ${{ env.ECS_CLUSTER_NAME }}
wait-for-service-stability: true Im currently using it in this yml, which looks like the top. |
@char-yb update |
When I switched to v2 I started seeing the message: |
Hello,
we are running the workflow file with same configuration since 1 year and suddenly from yesterday we are facing this issue
error
Error: Failed to register task definition in ECS: Unexpected key 'enableFaultInjection' found in params Error: Unexpected key 'enableFaultInjection' found in params
this the line of code in workflow file
Need help to resolve this issue quickly
The text was updated successfully, but these errors were encountered: