io.helidon.server.protocols.http11.requestedUriDiscovery.trustedProxies.AllowConfig
Description
Configuration for server.protocols.http_1_1.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.