authorizationToken
.AuthConfig
for the AuthBundle
OpaAuthFilter.filter(ContainerRequestContext)
.opaClient.timeout
instead:
opa:
opaClient:
timeout: 500ms
JwtAuthFilter
.KeySource
fails to load keys.JerseyClientConfiguration
that disables gzip by default.OpaInput
before sending it to the Open Policy Agent.OpaInput
.SecurityContext
that optionally contains a JWT and a set
of constraints as JSON object string.OpaJwtPrincipal
in the request context.SecurityContext
that optionally contains a JWT and a set
of constraints as JSON object string.opaClient.timeout
instead:
opa:
opaClient:
timeout: 500ms
@PermitAll
.OpaInputExtension
that enriches the default OpaInput
with
custom properties that are sent to the Open Policy Agent.OpaInputHeadersExtension
to not forward any headers to the Open
Policy Agent.