Manages additional request headers that appear in audited requests.
resource "vault_audit_request_header" "x_forwarded_for" {
name = "X-Forwarded-For"
hmac = false
}
The following arguments are supported:
name
- (Required) The name of the request header to audit.
hmac
- (Optional) Whether this header's value should be HMAC'd in the audit logs.
No additional attributes are exported by this resource.