Package org.sdase.commons.server.opa
Interface OpaBundle.OpaExtensionsBuilder<C extends io.dropwizard.core.Configuration>
- All Superinterfaces:
OpaBundle.OpaBuilder<C>
- All Known Implementing Classes:
OpaBundle.Builder
public static interface OpaBundle.OpaExtensionsBuilder<C extends io.dropwizard.core.Configuration>
extends OpaBundle.OpaBuilder<C>
-
Method Summary
Modifier and TypeMethodDescriptionDisable theOpaInputHeadersExtension
to not forward any headers to the Open Policy Agent.Methods inherited from interface org.sdase.commons.server.opa.OpaBundle.OpaBuilder
build, withInputExtension, withOpenTelemetry
-
Method Details
-
withoutHeadersExtension
OpaBundle.OpaExtensionsBuilder<C> withoutHeadersExtension()Disable theOpaInputHeadersExtension
to not forward any headers to the Open Policy Agent.- Returns:
- the buider
-