Description

HTTP header signature provider.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
backward-compatible-eolVALUEBooleanfalseEnable support for Helidon versions before 3.0.0 (exclusive)
headersLISTi.h.s.p.h.HttpSignHeader Add a header that is validated on inbound requests
inbound.keysLISTi.h.s.p.h.InboundClientDefinition Add inbound configuration
optionalVALUEBooleantrueSet whether the signature is optional
outboundVALUEi.h.s.p.c.OutboundConfig Add outbound targets to this builder
realmVALUEStringhelidonRealm to use for challenging inbound requests that do not have "Authorization" header in case header is HttpSignHeader#AUTHORIZATION and singatures are not optional
sign-headersLISTi.h.s.p.h.S.HeadersConfig Override the default inbound required headers (e.g

See the manifest for all available types.