open-vault/logical
Calvin Leung Huang 79cb82e133
Add logic for using Auth.Period when handling auth login/renew requests (#3677)
* 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
2017-12-15 13:30:05 -05:00
..
framework Add logic for using Auth.Period when handling auth login/renew requests (#3677) 2017-12-15 13:30:05 -05:00
plugin Sync over 2017-10-23 16:43:07 -04:00
testing Migrate physical backends into separate packages (#3106) 2017-08-03 13:24:27 -04:00
auth.go External identity groups (#3447) 2017-11-02 16:05:48 -04:00
connection.go Sync over 2017-10-23 16:43:07 -04:00
error.go Allow more complex errors from plugins (no interface change) (#3444) 2017-10-19 13:29:59 -07:00
identity.go Porting identity store (#3419) 2017-10-11 10:21:20 -07:00
lease.go Sync over 2017-10-23 16:43:07 -04:00
lease_test.go Remove Unix() invocations on 'time.Time' objects and removed conversion of time to UTC 2016-07-08 18:30:18 -04:00
logical.go Sync over 2017-10-23 16:43:07 -04:00
request.go Database gRPC plugins (#3666) 2017-12-14 14:03:11 -08:00
response.go Return role info for each role on pathRoleList (#3532) 2017-11-03 17:12:03 -04:00
response_util.go Port some replication bits to OSS (#2386) 2017-02-16 15:15:02 -05:00
secret.go Sync over 2017-10-23 16:43:07 -04:00
storage.go Sync over 2017-10-23 16:43:07 -04:00
storage_inmem.go Make logical.InmemStorage standalone (#3066) 2017-07-26 17:59:14 -04:00
storage_inmem_test.go vault: Passthrough backend uses logical.Backend 2015-03-15 14:27:06 -07:00
system_view.go PR comments 2017-05-04 10:41:59 -07:00
testing.go Convert to logxi 2016-08-21 18:13:37 -04:00
translate_response.go Port over bits (#3575) 2017-11-13 15:31:32 -05:00