open-vault/http
Jeff Mitchell 05b0e0a866 Enable audit-logging of seal and step-down commands.
This pulls the logical request building code into its own function so
that it's accessible from other HTTP handlers, then uses that with some
added logic to the Seal() and StepDown() commands to have meaningful
audit log entries.
2016-05-20 17:03:54 +00:00
..
handler.go Address most review feedback. Change responses to multierror to better return more useful values when there are multiple errors 2016-05-16 16:11:33 -04:00
handler_test.go Add more tests 2016-05-07 21:08:13 -04:00
help.go
help_test.go
http_test.go
logical.go Enable audit-logging of seal and step-down commands. 2016-05-20 17:03:54 +00:00
logical_test.go Merge branch 'master-oss' into cubbyhole-the-world 2016-05-11 19:29:52 -04:00
server.go
sys_audit_test.go Fix broken test case 2016-03-14 18:44:13 -04:00
sys_auth_test.go
sys_generate_root.go SealInterface 2016-04-04 10:44:22 -04:00
sys_generate_root_test.go Add explicit maximum TTLs to token store roles. 2016-05-11 16:51:18 -04:00
sys_health.go Refactor fetching sys/health parameters 2016-03-11 09:52:31 -05:00
sys_health_test.go Add query parameters to /sys/health to specify return codes. 2016-03-11 00:41:25 -05:00
sys_init.go Add seal tests and update generate-root and others to handle dualseal. 2016-04-25 19:39:04 +00:00
sys_init_test.go
sys_leader.go Address most review feedback. Change responses to multierror to better return more useful values when there are multiple errors 2016-05-16 16:11:33 -04:00
sys_leader_test.go
sys_lease_test.go
sys_mount_test.go
sys_policy_test.go Add wrapping through core and change to use TTL instead of Duration. 2016-05-02 00:47:35 -04:00
sys_rekey.go Add seal tests and update generate-root and others to handle dualseal. 2016-04-25 19:39:04 +00:00
sys_rekey_test.go Verify that nonces are non-empty in tests 2016-02-12 15:35:26 -05:00
sys_rotate_test.go
sys_seal.go Enable audit-logging of seal and step-down commands. 2016-05-20 17:03:54 +00:00
sys_seal_test.go Provide 'sys/step-down' and 'vault step-down' 2016-02-26 19:43:55 -05:00
testing.go