-
Notifications
You must be signed in to change notification settings - Fork 9
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
Remove deprecated ProxyListener for starting local aws-replicator proxy server #38
Conversation
ba52e05
to
4211e34
Compare
5a2eeda
to
942fd3e
Compare
942fd3e
to
2805420
Compare
b511d83
to
fd57b8a
Compare
da1f7bd
to
b3d3485
Compare
b3d3485
to
0549b13
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks a lot for the fix!
publish: clean-dist venv dist | ||
$(VENV_RUN); pip install --upgrade twine; twine upload dist/* | ||
|
||
clean-dist: clean | ||
rm -rf dist/ | ||
|
||
.PHONY: clean clean-dist dist install publish test | ||
.PHONY: build clean clean-dist dist install publish test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may be missing enable
here
@@ -47,6 +50,9 @@ | |||
CONTAINER_CONFIG_FILE = "/tmp/ls.aws.proxy.yml" | |||
CONTAINER_LOG_FILE = "/tmp/ls-aws-proxy.log" | |||
|
|||
# default bind host if `bind_host` is not specified for the proxy | |||
DEFAULT_BIND_HOST = "127.0.0.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe this extension may benefit from also using localstack_host
Remove deprecated
ProxyListener
for starting local aws-replicator proxy server. See localstack/localstack#9581 Resolves aTODO
that we've had in the code for quite a long time already. Thanks @lukqw for spotting this! 🚀