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

Remove deprecated ProxyListener for starting local aws-replicator proxy server #38

Merged
merged 6 commits into from
Nov 10, 2023

Conversation

whummer
Copy link
Member

@whummer whummer commented Nov 10, 2023

Remove deprecated ProxyListener for starting local aws-replicator proxy server. See localstack/localstack#9581 Resolves a TODO that we've had in the code for quite a long time already. Thanks @lukqw for spotting this! 🚀

@whummer whummer force-pushed the remove-proxy-listener branch from ba52e05 to 4211e34 Compare November 10, 2023 12:54
@whummer whummer force-pushed the remove-proxy-listener branch from 5a2eeda to 942fd3e Compare November 10, 2023 15:31
@whummer whummer force-pushed the remove-proxy-listener branch from 942fd3e to 2805420 Compare November 10, 2023 15:37
@whummer whummer force-pushed the remove-proxy-listener branch from b511d83 to fd57b8a Compare November 10, 2023 18:03
@whummer whummer force-pushed the remove-proxy-listener branch from da1f7bd to b3d3485 Compare November 10, 2023 18:53
@whummer whummer force-pushed the remove-proxy-listener branch from b3d3485 to 0549b13 Compare November 10, 2023 19:15
@whummer whummer merged commit 9c397ad into main Nov 10, 2023
1 check passed
@whummer whummer deleted the remove-proxy-listener branch November 10, 2023 19:15
Copy link
Member

@lukqw lukqw left a 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
Copy link
Member

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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Successfully merging this pull request may close these issues.

2 participants