http: Allow running without admin HTTP server (#4486)

Accept bootstrap configs that don't specify an admin port, and simply
don't run the admin server in that case.

Signed-off-by: Fred Douglas <fredlas@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ 0fb5efc50ef2b03ab0073f947ebfcf886c4a32b1
pull/620/head
data-plane-api(CircleCI) 6 years ago
parent 13360e103c
commit 512daa2188
  1. 4
      envoy/config/bootstrap/v2/bootstrap.proto

@ -142,8 +142,8 @@ message Admin {
string profile_path = 2;
// The TCP address that the administration server will listen on.
envoy.api.v2.core.Address address = 3
[(validate.rules).message.required = true, (gogoproto.nullable) = false];
// If not specified, Envoy will not start an administration server.
envoy.api.v2.core.Address address = 3;
}
// Cluster manager :ref:`architecture overview <arch_overview_cluster_manager>`.

Loading…
Cancel
Save