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

Task Definition Secret disappears after a fargate service update cli command #70

Open
wmikega opened this issue Feb 1, 2022 · 0 comments

Comments

@wmikega
Copy link

wmikega commented Feb 1, 2022

Hi,

We have come across a weird issue with fargate cli. We are working to store all of our environment variables using context service. To do this we need to add a task definition secret. This command will add said secret:

fargate service env set -c wme-gep-drupal -s wme-gep-drupal-dev --secret CONTEXT_KEYS=arn:aws:ssm:us-east-1:172852125925:parameter/wme-gep-context-service/dev

We however keep seeing this secret disappear. After many days of diagnosing we came across the issue. When someone runs a fargate service update command it will remove that task definition.

Here is command that was used:

fargate service update --service wme-gep-drupal-dev --cluster wme-gep-drupal --cpu 2048 --memory 4096

Please let us know if we can somehow get this patched as this could bring down our system if the variables are no longer present.

Best Regards,
Mike

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

No branches or pull requests

1 participant