Consistency using HMAC'd vs HMAC'ed (#26875)

This commit is contained in:
Peter Wilson
2024-05-08 12:13:23 +01:00
committed by GitHub
parent 193c8ed9cd
commit b64b9b15f0
2 changed files with 3 additions and 3 deletions

View File

@@ -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": {

View File

@@ -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