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