open-vault/logical
Jeff Mitchell 0d0d9b029c
Order list responses (#5178)
We do this already in the CLI, but because we do it there the UI doesn't
have ordered responses.

We could put it in the UI, but it seems like we might as well just make
it nice for all API users.

Fixes #5141
2018-08-24 13:31:28 -04:00
..
framework Add a header type field (#4993) 2018-08-13 11:02:44 -07:00
plugin Add PluginEnv to SystemView (#5028) 2018-08-03 09:32:17 -07:00
testing Add request timeouts in normal request path and to expirations (#4971) 2018-07-24 14:50:49 -07:00
auth.go Changes the way policies are reported in audit logs (#4747) 2018-06-14 09:49:33 -04:00
connection.go Sync over 2017-10-23 16:43:07 -04:00
error.go Make single-lease revocation behave like expiration (#4883) 2018-07-11 15:45:35 -04:00
identity.pb.go Pass identity metadata through to plugins (#4967) 2018-07-23 12:45:06 -04:00
identity.proto Pass identity metadata through to plugins (#4967) 2018-07-23 12:45:06 -04:00
lease.go Core handling of TTLs (#4230) 2018-04-03 12:20:20 -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 Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
plugin.pb.go Port over ns identity proto info 2018-08-10 12:45:34 -04:00
plugin.proto Add PluginEnv to SystemView (#5028) 2018-08-03 09:32:17 -07:00
request.go Make single-lease revocation behave like expiration (#4883) 2018-07-11 15:45:35 -04:00
response.go Order list responses (#5178) 2018-08-24 13:31:28 -04:00
response_util.go Handle multierr when altering response codes (#4881) 2018-07-09 13:08:44 -07:00
secret.go Sync over 2017-10-23 16:43:07 -04:00
storage.go Clean up error string formatting (#4304) 2018-04-09 14:35:21 -04:00
storage_inmem.go Convert logical.InmemStorage to a wrapper around physical/inmem. 2018-02-12 11:16:16 -05:00
storage_inmem_test.go vault: Passthrough backend uses logical.Backend 2015-03-15 14:27:06 -07:00
system_view.go Add PluginEnv to SystemView (#5028) 2018-08-03 09:32:17 -07:00
testing.go Offline token revocation fix 2018-06-05 18:53:27 -04:00
token.go Move TokenEntry into logical. (#4729) 2018-06-08 17:24:27 -04:00
translate_response.go Remove injection into top routes (#5101) 2018-08-14 15:29:22 -04:00