Configure bind address
See original GitHub issueHello,
I would like to be able to bind my gRPC on a dedicated interface. It seems this is not possible:
- This starter’s configuration exposes only a port not an address.
- Extending
GRpcServerBuilderConfigurer
gives access to an already createdNettyServerBuilder
and therefore theaddress
property cannot be changed.
I am new to Spring and to this gRPC starter, so I’m wondering if maybe I have missed something obvious?
The current workaround would be to let the app bind on 0.0.0.0
and rely on a properly configured firewall. I would rather have the app bind to the expected interface.
Thanks,
Issue Analytics
- State:
- Created 5 years ago
- Comments:10
Top Results From Across the Web
How To Configure BIND as a Private Network DNS Server on ...
In this tutorial, we will go over how to set up an internal DNS server, using the BIND name server software (BIND9) on...
Read more >How to bind MySQL server to more than one IP address?
As of MySQL 8.0.13, --bind-address accepts a single value as just described, or a list of comma-separated values. When the option names a...
Read more >Getting Started with the BIND DNS Server - Adam the Automator
Learn how to build and manage your own secure BIND DNS Server, and this step-by-step tutorial is the best way to get started!...
Read more >How to use the Linux BIND command to install and configure ...
Configure the /etc/named.conf file. First, add or edit the two values in the options field. One is the DNS server address, and the...
Read more >How to Change MySQL Bind Address - Linux Hint
How to Change MySQL Bind Address · Step 1 – Edit the MySQL Configuration · Step 2 – Restart MySQL · Step 3...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi,
what’s the state of this, please? I was thinking of adding this myself.
Thanks Steve
It’s better later than never 😉