open-vault/audit
Jeff Mitchell 5d44c54947
Changes the way policies are reported in audit logs (#4747)
* This changes the way policies are reported in audit logs.

Previously, only policies tied to tokens would be reported. This could
make it difficult to perform after-the-fact analysis based on both the
initial response entry and further requests. Now, the full set of
applicable policies from both the token and any derived policies from
Identity are reported.

To keep things consistent, token authentications now also return the
full set of policies in api.Secret.Auth responses, so this both makes it
easier for users to understand their actual full set, and it matches
what the audit logs now report.
2018-06-14 09:49:33 -04:00
..
audit.go Add context to the NewSalt function (#4102) 2018-03-08 11:21:11 -08:00
format.go Changes the way policies are reported in audit logs (#4747) 2018-06-14 09:49:33 -04:00
format_json.go Add context to the NewSalt function (#4102) 2018-03-08 11:21:11 -08:00
format_json_test.go Add context to the NewSalt function (#4102) 2018-03-08 11:21:11 -08:00
format_jsonx.go Add context to the NewSalt function (#4102) 2018-03-08 11:21:11 -08:00
format_jsonx_test.go Add context to the NewSalt function (#4102) 2018-03-08 11:21:11 -08:00
format_test.go Add context to the NewSalt function (#4102) 2018-03-08 11:21:11 -08:00
formatter.go Add context to the NewSalt function (#4102) 2018-03-08 11:21:11 -08:00
hashstructure.go Non-HMAC audit values (#4033) 2018-03-02 12:18:39 -05:00
hashstructure_test.go Core handling of TTLs (#4230) 2018-04-03 12:20:20 -04:00