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 Allow plugins to submit audit requests/responses via extended SystemView (#6777) 2019-05-22 18:52:53 -04:00
format.go Add support for hashing time.Time within slices (#6767) 2019-07-02 18:18:40 -04:00
format_json.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
format_json_test.go Tokenhelper v2 (#6662) 2019-06-14 10:17:04 -04:00
format_jsonx.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
format_jsonx_test.go Tokenhelper v2 (#6662) 2019-06-14 10:17:04 -04:00
format_test.go Allow plugins to submit audit requests/responses via extended SystemView (#6777) 2019-05-22 18:52:53 -04:00
formatter.go Allow plugins to submit audit requests/responses via extended SystemView (#6777) 2019-05-22 18:52:53 -04:00
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