.. _envoy_api_file_envoy/config/filter/network/ext_authz/v2/ext_authz.proto: Network External Authorization =============================== The network layer external authorization service configuration :ref:`configuration overview `. .. _envoy_api_msg_config.filter.network.ext_authz.v2.ExtAuthz: config.filter.network.ext_authz.v2.ExtAuthz ------------------------------------------- `[config.filter.network.ext_authz.v2.ExtAuthz proto] `_ External Authorization filter calls out to an external service over the gRPC Authorization API defined by :ref:`CheckRequest `. A failed check will cause this filter to close the TCP connection. .. code-block:: json { "stat_prefix": "...", "grpc_service": "{...}", "failure_mode_allow": "..." } .. _envoy_api_field_config.filter.network.ext_authz.v2.ExtAuthz.stat_prefix: stat_prefix (`string `_, *REQUIRED*) The prefix to use when emitting statistics. .. _envoy_api_field_config.filter.network.ext_authz.v2.ExtAuthz.grpc_service: grpc_service (:ref:`core.GrpcService `) The external authorization gRPC service configuration. The default timeout is set to 200ms by this filter. .. _envoy_api_field_config.filter.network.ext_authz.v2.ExtAuthz.failure_mode_allow: failure_mode_allow (`bool `_) The filter's behaviour in case the external authorization service does not respond back. When it is set to true, Envoy will also allow traffic in case of communication failure between authorization service and the proxy. Defaults to false.