mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
Consistency using HMAC'd vs HMAC'ed (#26875)
This commit is contained in:
@@ -6331,11 +6331,11 @@ in the plugin catalog.`,
|
||||
},
|
||||
|
||||
"tune_audit_non_hmac_request_keys": {
|
||||
`The list of keys in the request data object that will not be HMAC'ed by audit devices.`,
|
||||
`The list of keys in the request data object that will not be HMAC'd by audit devices.`,
|
||||
},
|
||||
|
||||
"tune_audit_non_hmac_response_keys": {
|
||||
`The list of keys in the response data object that will not be HMAC'ed by audit devices.`,
|
||||
`The list of keys in the response data object that will not be HMAC'd by audit devices.`,
|
||||
},
|
||||
|
||||
"tune_mount_options": {
|
||||
|
||||
@@ -88,7 +88,7 @@ This endpoint enables auditing of a header.
|
||||
|
||||
### Parameters
|
||||
|
||||
- `hmac` `(bool: false)` – Specifies if this header's value should be HMAC'ed in
|
||||
- `hmac` `(bool: false)` – Specifies if this header's value should be HMAC'd in
|
||||
the audit logs.
|
||||
|
||||
### Sample payload
|
||||
|
||||
Reference in New Issue
Block a user