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<String> | Exact strings to allow | |
pattern | List<Pattern> | Patterns specifying strings to allow | |
prefix | List<String> | Prefixes specifying strings to allow | |
suffix | List<String> | Suffixes specifying strings to allow |
Usages
See the manifest for all available types.