open-vault/audit
ncabatoff 23c13f24f0
Ensure that http_raw_body is always passed to the audit redaction system as a string
Before this it was passed as a []byte, which doesn't get HMAC'd.  The original non-HMACing behaviour can be obtained by adding "http_raw_body" to audit_non_hmac_response_keys. (#8130)
2020-02-03 11:53:02 -05:00
..
audit.go
format.go
format_json.go
format_json_test.go
format_jsonx.go
format_jsonx_test.go
format_test.go
formatter.go
hashstructure.go Ensure that http_raw_body is always passed to the audit redaction system as a string 2020-02-03 11:53:02 -05:00
hashstructure_test.go Call goimports as well as gofmt when doing a make fmt (#7148) 2019-07-18 21:04:56 -04:00