Home

envoy.extensions.filters.http.jwt_authn.v3.JwtAuthentication

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.jwt_authn.v3.JwtAuthentication
.withBypassCorsPreflight(false)
.withFilterStateRules(types.envoy.extensions.filters.http.jwt_authn.v3.FilterStateRule)
.withProviders({ key: types.envoy.extensions.filters.http.jwt_authn.v3.JwtProvider })
.withRequirementMap({ key: types.envoy.extensions.filters.http.jwt_authn.v3.JwtRequirement })
.withRules([ types.envoy.extensions.filters.http.jwt_authn.v3.RequirementRule ])
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
bypass_cors_preflight bool  
filter_state_rules envoy.extensions.filters.http.jwt_authn.v3.FilterStateRule  
providers map[string] envoy.extensions.filters.http.jwt_authn.v3.JwtProvider  
requirement_map map[string] envoy.extensions.filters.http.jwt_authn.v3.JwtRequirement  
rules [] envoy.extensions.filters.http.jwt_authn.v3.RequirementRule