Home

envoy.extensions.filters.http.jwt_authn.v3.RemoteJwks

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.RemoteJwks
.withAsyncFetch(types.envoy.extensions.filters.http.jwt_authn.v3.JwksAsyncFetch)
.withCacheDuration(types.google.protobuf.Duration)
.withHttpUri(types.envoy.config.core.v3.HttpUri)
.withRetryPolicy(types.envoy.config.core.v3.RetryPolicy)
._validate()

Fields

Name Type One-of group Required Constraints
async_fetch envoy.extensions.filters.http.jwt_authn.v3.JwksAsyncFetch  
cache_duration google.protobuf.Duration  
http_uri envoy.config.core.v3.HttpUri  
retry_policy envoy.config.core.v3.RetryPolicy