io.helidon.security.providers.httpsign.SignedHeadersConfig.HeadersConfig
Description
Configuration of headers to be signed
Configuration options
| Key | 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 | 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.