Description
HTTP header signature provider.
Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|---|---|---|---|
backward-compatible-eol | VALUE | Boolean | false | Enable support for Helidon versions before 3.0.0 (exclusive) |
headers | LIST | i.h.s.p.h.HttpSignHeader | Add a header that is validated on inbound requests | |
inbound.keys | LIST | i.h.s.p.h.InboundClientDefinition | Add inbound configuration | |
optional | VALUE | Boolean | true | Set whether the signature is optional |
outbound | VALUE | i.h.s.p.c.OutboundConfig | Add outbound targets to this builder | |
realm | VALUE | String | helidon | Realm to use for challenging inbound requests that do not have "Authorization" header in case header is HttpSignHeader#AUTHORIZATION and singatures are not optional |
sign-headers | LIST | i.h.s.p.h.S.HeadersConfig | Override the default inbound required headers (e.g |
See the manifest for all available types.