-
Notifications
You must be signed in to change notification settings - Fork 240
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
Unsupported fields from new ECS Panel #430
Comments
Seem issue here. Please fix this issue. Thanks.
|
Until the issue is fixed, to let this work on new ECS console, we can delete these two fields i.e. name & appProtocol from container Definition part of json in task definition and it will start working. |
I am too facing the same problem and wondering if there is a way to fix using Github action rather than adjusting it manually in the console. |
duplicate of #426 |
Hey folks 👋🏼 Any updates or plan on making a new release to handle the updated fields? |
The new layout is indeed forced now on the panels so can't even use the workaround anymore to go back to the old panel. Only solution now is using the API to setup the first version Seems like a PR is already open to fix this so someone just needs to review it: aws/aws-sdk-js#4310 |
Please fix this, there's already a fix, I'm quite tired of seeing this in my workflow failures Who do I need to ask to get this merged? |
Yes, this has been a problem for so long. If I manually change the config, the next deployment fails, until I remember to edit the JSON manually. Please consider merging the fix. 🙏🏼 |
This really needs to be merged as ServiceConnect is completely unusable through the boto ecs task registration apis. |
If you are using the new ECS panel to create the original task definition you can now specify a port name & app protocol but both fields aren't supported by the code causing you to be unable to update it.
We are using
aws-actions/[email protected]
The text was updated successfully, but these errors were encountered: