Home

envoy.extensions.filters.http.ext_authz.v3.AuthorizationResponse

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.extensions.filters.http.ext_authz.v3.AuthorizationResponse
.withAllowedClientHeaders(types.envoy.type.matcher.v3.ListStringMatcher)
.withAllowedClientHeadersOnSuccess(types.envoy.type.matcher.v3.ListStringMatcher)
.withAllowedUpstreamHeaders(types.envoy.type.matcher.v3.ListStringMatcher)
.withAllowedUpstreamHeadersToAppend(types.envoy.type.matcher.v3.ListStringMatcher)
.withDynamicMetadataFromHeaders(types.envoy.type.matcher.v3.ListStringMatcher)
._validate()

Fields

Name Type One-of group Required Constraints
allowed_client_headers envoy.type.matcher.v3.ListStringMatcher  
allowed_client_headers_on_success envoy.type.matcher.v3.ListStringMatcher  
allowed_upstream_headers envoy.type.matcher.v3.ListStringMatcher  
allowed_upstream_headers_to_append envoy.type.matcher.v3.ListStringMatcher  
dynamic_metadata_from_headers envoy.type.matcher.v3.ListStringMatcher