From b64b9b15f0c76e6ec1444cd9882706751017839b Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 8 May 2024 12:13:23 +0100 Subject: [PATCH] Consistency using HMAC'd vs HMAC'ed (#26875) --- vault/logical_system.go | 4 ++-- website/content/api-docs/system/config-auditing.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vault/logical_system.go b/vault/logical_system.go index 70dc0cdc51..372317e296 100644 --- a/vault/logical_system.go +++ b/vault/logical_system.go @@ -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": { diff --git a/website/content/api-docs/system/config-auditing.mdx b/website/content/api-docs/system/config-auditing.mdx index a06bac7ba1..06a15b5c69 100644 --- a/website/content/api-docs/system/config-auditing.mdx +++ b/website/content/api-docs/system/config-auditing.mdx @@ -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