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

Adds listen-address CLI flags for all services servers. #7675

Merged
merged 8 commits into from
May 14, 2024

Commits on May 6, 2024

  1. Adds listen-address CLI flags for all services servers.

    Address corresponding `--listen-address` CLI flags for all services
    servers. This sets the listening address for these TCP servers.
    
    This is added to allow users to both bind the address to localhost to
    prevent access to a particular server on the network, as well as for
    integration testing as it is more correct to bind to localhost and
    prevents triggering MacOS firewall popups.
    
    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed May 6, 2024
    Configuration menu
    Copy the full SHA
    3bf8389 View commit details
    Browse the repository at this point in the history
  2. Report localhost to nameresolver when internal grpc listen address is

    localhost
    
    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed May 6, 2024
    Configuration menu
    Copy the full SHA
    306f746 View commit details
    Browse the repository at this point in the history
  3. Use localhost host for placement report when internal gRPC address is

    localhost
    
    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed May 6, 2024
    Configuration menu
    Copy the full SHA
    105011f View commit details
    Browse the repository at this point in the history
  4. Change default listen-address from 0.0.0.0 to empty string to allow

    for default ipv6 support and keep backwards compat.
    
    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed May 6, 2024
    Configuration menu
    Copy the full SHA
    522eb32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b210fca View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    a01218d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82b3e8d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    a22964f View commit details
    Browse the repository at this point in the history