menu
search
Config — io.helidon.security.providers.httpsign.SignedHeadersConfig.HeadersConfig
Description
Configuration of headers to be signed.
Usages
Configuration options
Key
Kind
Type
Description
always
LIST
String
Headers that must be signed (and signature validation or creation should fail if not signed or present)
if-present
LIST
String
Headers that must be signed if present in request
method
VALUE
String
HTTP method this header configuration is bound to. If not present, it is considered default header configuration
See the
manifest
for all available types.