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

Assorted fixes for management interface #44648

Merged
merged 4 commits into from
Nov 26, 2024

Commits on Nov 25, 2024

  1. Default Management interface to localhost in dev and test mode

    It used to be 0.0.0.0, which was clearly documented and advertised, but
    a bit unsafe so let's make sure it's consistent with what we do for the
    main HTTP interface.
    gsmet committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    25c8415 View commit details
    Browse the repository at this point in the history
  2. Adjust the default of NonApplicationRootPathBuildItem

    We will always have the config defined except in some weird cases. Let's
    make sure we use the safest default in these cases.
    gsmet committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    d5026a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8a7127 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    884b651 View commit details
    Browse the repository at this point in the history