mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-22 23:01:23 -04:00
* govet cleanup in token store * adding general ttl handling to login requests * consolidating TTL calculation to system view * deprecate LeaseExtend * deprecate LeaseExtend * set the increment to the correct value * move calculateTTL out of SystemView * remove unused value * add back clearing of lease id * implement core ttl in some backends * removing increment and issue time from lease options * adding ttl tests, fixing some compile issue * adding ttl tests * fixing some explicit max TTL logic * fixing up some tests * removing unneeded test * off by one errors... * adding back some logic for bc * adding period to return on renewal * tweaking max ttl capping slightly * use the appropriate precision for ttl calculation * deprecate proto fields instead of delete * addressing feedback * moving TTL handling for backends to core * mongo is a secret backend not auth * adding estimated ttl for backends that also manage the expiration time * set the estimate values before calling the renew request * moving calculate TTL to framework, revert removal of increment and issue time from logical * minor edits * addressing feedback * address more feedback |
||
|---|---|---|
| .. | ||
| auth_token_test.go | ||
| cors.go | ||
| forwarding_test.go | ||
| handler.go | ||
| handler_test.go | ||
| help.go | ||
| help_test.go | ||
| http_test.go | ||
| logical.go | ||
| logical_test.go | ||
| plugin_test.go | ||
| stub_assets.go | ||
| sys_audit_test.go | ||
| sys_auth_test.go | ||
| sys_config_cors_test.go | ||
| sys_generate_root.go | ||
| sys_generate_root_test.go | ||
| sys_health.go | ||
| sys_health_test.go | ||
| sys_init.go | ||
| sys_init_test.go | ||
| sys_internal_test.go | ||
| sys_leader.go | ||
| sys_leader_test.go | ||
| sys_lease_test.go | ||
| sys_mount_test.go | ||
| sys_mounts_test.go | ||
| sys_policy_test.go | ||
| sys_rekey.go | ||
| sys_rekey_test.go | ||
| sys_rotate_test.go | ||
| sys_seal.go | ||
| sys_seal_test.go | ||
| sys_wrapping_test.go | ||
| testing.go | ||