open-vault/http
2016-03-04 18:55:48 -05:00
..
handler.go Added capabilities and capabilities-self endpoints to http muxer 2016-03-04 10:36:03 -05:00
handler_test.go Use cleanhttp instead of bare http.Client 2015-10-22 14:37:12 -04:00
help.go
help_test.go
http_test.go Use cleanhttp instead of bare http.Client 2015-10-22 14:37:12 -04:00
logical.go Update documentation and use ParseBool for list query param checking 2016-01-22 10:07:32 -05:00
logical_test.go Add a sleep in the RedirectStandby test to try to fix raciness 2016-03-02 12:06:16 -05:00
server.go
sys_audit_test.go Reintroduce the ability to look up obfuscated values in the audit log 2015-11-18 20:26:03 -05:00
sys_auth_test.go
sys_capabilities.go refactoring changes due to acl.Capabilities 2016-03-04 18:55:48 -05:00
sys_capabilities_test.go Test files for capabilities endpoint 2016-03-04 10:36:03 -05:00
sys_generate_root.go Return status for rekey/root generation at init time. This mitigates a 2016-02-12 14:24:36 -05:00
sys_generate_root_test.go Verify that nonces are non-empty in tests 2016-02-12 15:35:26 -05:00
sys_health.go Add the server's time in UTC to the health response. 2016-02-22 19:51:18 -05:00
sys_health_test.go Add the server's time in UTC to the health response. 2016-02-22 19:51:18 -05:00
sys_init.go We treat put/post the same, so allow init to use POST 2016-02-22 20:22:31 -05:00
sys_init_test.go
sys_leader.go
sys_leader_test.go
sys_lease_test.go
sys_mount_test.go
sys_policy_test.go Remove sys_policy from special handling as it's implemented in 2016-03-02 14:16:54 -05:00
sys_rekey.go Return status for rekey/root generation at init time. This mitigates a 2016-02-12 14:24:36 -05: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 Provide 'sys/step-down' and 'vault step-down' 2016-02-26 19:43:55 -05:00
sys_seal_test.go Provide 'sys/step-down' and 'vault step-down' 2016-02-26 19:43:55 -05:00
testing.go