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

Hardcoded 0.0.0.0 and lack of passing address to Tornado #632

Open
autumnjolitz opened this issue Feb 12, 2024 · 0 comments
Open

Hardcoded 0.0.0.0 and lack of passing address to Tornado #632

autumnjolitz opened this issue Feb 12, 2024 · 0 comments
Labels

Comments

@autumnjolitz
Copy link

Here's the issue -- one cannot run a TabPy instance within a secure network listening only on 127.0.0.1 / localhost to ensure that only a Tableau Server running standalone on the same host will be the only one able to mediate interactions.

Furthermore, this lack of capability doesn't allow for one to bind a TabPy instance to specific IP (a technique used for restricting access to a specific network interface card).

A brief look shows that the arrow server is hardcoded to 0.0.0.0 and there's no address=... passing to Tornado's Application.listen(port, ...) function.

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

No branches or pull requests

1 participant