mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-21 01:50:57 -04:00
* Add logic for using Auth.Period when handling auth login/renew requests * Set auth.TTL if not set in handleLoginRequest * Always set auth.TTL = te.TTL on handleLoginRequest, check TTL and period against sys values on RenewToken * Get sysView from le.Path, revert tests * Add back auth.Policies * Fix TokenStore tests, add resp warning when capping values * Use switch for ttl/period check on RenewToken * Move comments around |
||
|---|---|---|
| .. | ||
| framework | ||
| plugin | ||
| testing | ||
| auth.go | ||
| connection.go | ||
| error.go | ||
| identity.go | ||
| lease.go | ||
| lease_test.go | ||
| logical.go | ||
| request.go | ||
| response.go | ||
| response_util.go | ||
| secret.go | ||
| storage.go | ||
| storage_inmem.go | ||
| storage_inmem_test.go | ||
| system_view.go | ||
| testing.go | ||
| translate_response.go | ||