open-vault/api
Jeff Mitchell 90248c79b2
Update lease renewer logic (#4090)
* Add grace period calculation logic to renewer

* Update lease renewer logic.

It is believed by myself and members of the Nomad team that this logic
should be much more robust in terms of causing large numbers of new
secret acquisitions caused by a static grace period. See comments in the
code for details.

Fixes #3414

* Fix some commenting and fix tests

* Add more time to test so that integ tests don't time out

* Fix some review feedback
2018-03-19 15:48:24 -04:00
..
test-fixtures
api_integration_test.go
api_test.go
auth.go
auth_token.go
client.go Don't allow non-printable characters in the API client's token (#3841) 2018-01-24 19:57:49 -05:00
client_test.go Don't allow non-printable characters in the API client's token (#3841) 2018-01-24 19:57:49 -05:00
help.go
logical.go
renewer.go Update lease renewer logic (#4090) 2018-03-19 15:48:24 -04:00
renewer_integration_test.go Update lease renewer logic (#4090) 2018-03-19 15:48:24 -04:00
renewer_test.go Update lease renewer logic (#4090) 2018-03-19 15:48:24 -04:00
request.go
request_test.go
response.go
secret.go
secret_test.go
ssh.go
ssh_agent.go
ssh_agent_test.go
sys.go
sys_audit.go
sys_auth.go Audit HMAC values on AuthConfig (#4077) 2018-03-09 14:32:28 -05:00
sys_capabilities.go
sys_config_cors.go
sys_generate_root.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
sys_health.go
sys_init.go
sys_leader.go
sys_leases.go
sys_mounts.go Non-HMAC audit values (#4033) 2018-03-02 12:18:39 -05:00
sys_policy.go
sys_rekey.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
sys_rotate.go
sys_seal.go
sys_stepdown.go