open-vault/http
Brian Kassouf 6701ba8a10 Configure the request headers that are output to the audit log (#2321)
* Add /sys/config/audited-headers endpoint for configuring the headers that will be audited

* Remove some debug lines

* Add a persistant layer and refactor a bit

* update the api endpoints to be more restful

* Add comments and clean up a few functions

* Remove unneeded hash structure functionaility

* Fix existing tests

* Add tests

* Add test for Applying the header config

* Add Benchmark for the ApplyConfig method

* ResetTimer on the benchmark:

* Update the headers comment

* Add test for audit broker

* Use hyphens instead of camel case

* Add size paramater to the allocation of the result map

* Fix the tests for the audit broker

* PR feedback

* update the path and permissions on config/* paths

* Add docs file

* Fix TestSystemBackend_RootPaths test
2017-02-02 11:49:20 -08:00
..
forwarding_test.go
handler.go
handler_test.go
help.go
help_test.go
http_test.go Multi value test seal (#2281) 2017-01-17 15:43:10 -05:00
logical.go Configure the request headers that are output to the audit log (#2321) 2017-02-02 11:49:20 -08:00
logical_test.go Multi value test seal (#2281) 2017-01-17 15:43:10 -05:00
sys_audit_test.go
sys_auth_test.go
sys_generate_root.go
sys_generate_root_test.go Multi value test seal (#2281) 2017-01-17 15:43:10 -05:00
sys_health.go
sys_health_test.go Multi value test seal (#2281) 2017-01-17 15:43:10 -05:00
sys_init.go
sys_init_test.go
sys_leader.go
sys_leader_test.go
sys_lease_test.go
sys_mount_test.go
sys_policy_test.go
sys_rekey.go Multi value test seal (#2281) 2017-01-17 15:43:10 -05:00
sys_rekey_test.go Multi value test seal (#2281) 2017-01-17 15:43:10 -05:00
sys_rotate_test.go
sys_seal.go
sys_seal_test.go Multi value test seal (#2281) 2017-01-17 15:43:10 -05:00
sys_wrapping_test.go
testing.go