io.helidon.server.sockets.protocols.http2.requestedUriDiscovery.trustedProxies.AllowConfig
Description
Configuration for server.sockets.protocols.http_2.requested-uri-discovery.trusted-proxies.allow
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
all | Boolean | false | Allows all strings to match (subject to "deny" conditions) |
exact | List< | Exact strings to allow | |
pattern | List< | Patterns specifying strings to allow | |
prefix | List< | Prefixes specifying strings to allow | |
suffix | List< | Suffixes specifying strings to allow |
Usages
See the manifest for all available types.