open-vault/logical
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
..
framework Some atomic cleanup (#4732) 2018-06-09 15:35:22 -04:00
plugin adding option go_package to protos (#4687) 2018-06-04 10:19:26 -04:00
testing Early skip mssql test if not on acceptance, defer Teardown() early in testing.Test (#4457) 2018-04-26 12:17:44 -04:00
auth.go Changes the way policies are reported in audit logs (#4747) 2018-06-14 09:49:33 -04:00
connection.go
error.go
identity.pb.go Add entity information request to system view (#4681) 2018-06-03 20:48:12 -04:00
identity.proto Add entity information request to system view (#4681) 2018-06-03 20:48:12 -04:00
lease.go Core handling of TTLs (#4230) 2018-04-03 12:20:20 -04:00
lease_test.go
logical.go Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
request.go Move TokenEntry into logical. (#4729) 2018-06-08 17:24:27 -04:00
response.go Fix response wrapping from K/V version 2 (#4511) 2018-05-10 15:40:03 -04:00
response_util.go Allow returning warnings and other data in 404s in the Go API (#4256) 2018-04-03 22:35:45 -04:00
secret.go
storage.go Clean up error string formatting (#4304) 2018-04-09 14:35:21 -04:00
storage_inmem.go
storage_inmem_test.go
system_view.go Add entity information request to system view (#4681) 2018-06-03 20:48:12 -04:00
testing.go Offline token revocation fix 2018-06-05 18:53:27 -04:00
token.go Move TokenEntry into logical. (#4729) 2018-06-08 17:24:27 -04:00
translate_response.go Changes the way policies are reported in audit logs (#4747) 2018-06-14 09:49:33 -04:00