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

[NEW] Support different bind addresses for plain TCP and TLS port #522

Open
dani opened this issue May 20, 2024 · 0 comments
Open

[NEW] Support different bind addresses for plain TCP and TLS port #522

dani opened this issue May 20, 2024 · 0 comments

Comments

@dani
Copy link

dani commented May 20, 2024

The problem/use-case that the feature addresses

Valkey only has a single "bind" parameter to configure the address where both plain TCP and TLS port will bind

Description of the feature

For some use cases, it'd be desirable to configure distinct bind IP for both port (eg, only bind plain TCP on 127.0.0.1 and TLS on 0.0.0.0)

Alternatives you've considered

N/A

Additional information

My use case is running a valkey replicaset on the Nomad orchestrator, with the Consul Service Mesh to interconnect services. The service mesh requires services to bind on 127.0.0.1 to be secured (else, they can be accessible by random other allocations running on the same node). But for the replication to work, it also needs the TLS port to bind on 0.0.0.0

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