View Source Envoy.Config.Route.V3.CorsPolicy (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Config.Route.V3.CorsPolicy{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  allow_credentials: Google.Protobuf.BoolValue.t() | nil,
  allow_headers: String.t(),
  allow_methods: String.t(),
  allow_origin_string_match: [Envoy.Type.Matcher.V3.StringMatcher.t()],
  allow_private_network_access: Google.Protobuf.BoolValue.t() | nil,
  enabled_specifier:
    {:filter_enabled, Envoy.Config.Core.V3.RuntimeFractionalPercent.t() | nil}
    | nil,
  expose_headers: String.t(),
  max_age: String.t(),
  shadow_enabled: Envoy.Config.Core.V3.RuntimeFractionalPercent.t() | nil
}