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

Method for terminating the proxy remotely #77

Open
amcintosh opened this issue Jul 31, 2020 · 0 comments
Open

Method for terminating the proxy remotely #77

amcintosh opened this issue Jul 31, 2020 · 0 comments

Comments

@amcintosh
Copy link
Contributor

Hi. We've had an issue when using the es-proxy with cronjobs in kubernetes. The main container finishes its work and terminates, however the es-proxy sidecar continues to run and so the pod itself never finishes. We thus need to go manually clean these up periodically.

So, I'm hoping to add a patch for the proxy to accept a HTTP POST that gracefully exits, which our main container can invoke upon completion.

amcintosh added a commit to amcintosh/aws-es-proxy that referenced this issue Jul 31, 2020
Provide a method of remotely terminating the proxy.

See Issue abutaha#77
amcintosh added a commit to amcintosh/aws-es-proxy that referenced this issue Aug 4, 2020
Probably don't want to add the ability to remotely shutdown the proxy to
be accessible unless desired and in a safe environment, so moving behind
a flag.

Also updated the README with latest usage.

See Issue abutaha#77
amcintosh added a commit to amcintosh/aws-es-proxy that referenced this issue Aug 4, 2020
Provide a method of remotely terminating the proxy.

See Issue abutaha#77
amcintosh added a commit to amcintosh/aws-es-proxy that referenced this issue Aug 4, 2020
Probably don't want to add the ability to remotely shutdown the proxy to
be accessible unless desired and in a safe environment, so moving behind
a flag.

Also updated the README with latest usage.

See Issue abutaha#77
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