open-vault/http
Calvin Leung Huang 5428ab50ee audit: log invalid wrapping token request/response (#6541)
* audit: log invalid wrapping token request/response

* Update helper/consts/error.go

Co-Authored-By: calvn <cleung2010@gmail.com>

* update error comments

* Update vault/wrapping.go

Co-Authored-By: calvn <cleung2010@gmail.com>

* update comment

* move validateWrappingToken out of http and into logical

* minor refactor, add test cases

* comment rewording

* refactor validateWrappingToken to perform audit logging

* move ValidateWrappingToken back to wrappingVerificationFunc

* Fix tests

* Review feedback
2019-07-05 14:15:14 -07:00
..
auth_token_test.go
cors.go
forwarded_for_test.go
forwarding_bench_test.go
forwarding_test.go
handler.go audit: log invalid wrapping token request/response (#6541) 2019-07-05 14:15:14 -07:00
handler_test.go Add mount UUID to the secret and auth list API responses (#6633) 2019-04-24 12:27:43 -07:00
help.go
help_test.go
http_test.go audit: log invalid wrapping token request/response (#6541) 2019-07-05 14:15:14 -07:00
logical.go audit: log invalid wrapping token request/response (#6541) 2019-07-05 14:15:14 -07:00
logical_test.go audit: log invalid wrapping token request/response (#6541) 2019-07-05 14:15:14 -07:00
plugin_test.go Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
stub_assets.go
sys_audit_test.go
sys_auth_test.go Add mount UUID to the secret and auth list API responses (#6633) 2019-04-24 12:27:43 -07:00
sys_config_cors_test.go
sys_generate_root.go Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
sys_generate_root_test.go
sys_health.go
sys_health_test.go
sys_init.go
sys_init_test.go
sys_internal_test.go
sys_leader.go
sys_leader_test.go
sys_lease_test.go
sys_mount_test.go Add mount UUID to the secret and auth list API responses (#6633) 2019-04-24 12:27:43 -07:00
sys_mounts_test.go
sys_policy_test.go
sys_raft.go Fix Join (#6974) 2019-06-24 18:49:28 -04:00
sys_rekey.go
sys_rekey_test.go
sys_rotate_test.go
sys_seal.go
sys_seal_test.go
sys_wrapping_test.go
testing.go
unwrapping_raw_body_test.go
util.go