open-vault/http
2016-03-11 09:52:31 -05:00
..
handler.go ErrUserInput --> StatusBadRequest 2016-03-08 21:47:24 -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 AccessorID --> Accessor, accessor_id --> accessor 2016-03-09 06:23:31 -05:00
logical_test.go Merge branch 'master' into token-roles 2016-03-09 17:23:34 -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 AccessorID --> Accessor, accessor_id --> accessor 2016-03-09 06:23:31 -05:00
sys_capabilities_test.go Added tests for 'sys/capabilities-accessor' endpoint 2016-03-09 11:29:09 -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 Merge branch 'master' into token-roles 2016-03-09 17:23:34 -05: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 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 Switch per-mount values to strings going in and seconds coming out, like other commands. Indicate deprecation of 'lease' in the token backend. 2015-09-25 10:41:21 -04:00
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