Interface OpaAuthorizationConfig.HttpConfig

Enclosing interface:
OpaAuthorizationConfig

@PolarisImmutable public static interface OpaAuthorizationConfig.HttpConfig
HTTP client configuration for OPA communication.
  • Method Details

    • timeout

      @WithDefault("PT2S") Duration timeout()
    • verifySsl

      @WithDefault("true") boolean verifySsl()
    • trustStorePath

      Optional<Path> trustStorePath()
    • trustStorePassword

      Optional<String> trustStorePassword()