Skip to content

io.helidon.security.providers.httpsign.SignedHeadersConfig.HeadersConfig

Description

Configuration of headers to be signed

Configuration options

KeyTypeDescription
alwaysList<String>Headers that must be signed (and signature validation or creation should fail if not signed or present)
if-presentList<String>Headers that must be signed if present in request
methodStringHTTP method this header configuration is bound to. If not present, it is considered default header configuration

See the manifest for all available types.