open-vault/logical
vishalnayak c14235b206 Merge branch 'master-oss' into json-use-number
Conflicts:
	http/handler.go
	logical/framework/field_data.go
	logical/framework/wal.go
	vault/logical_passthrough.go
2016-07-15 19:21:55 -04:00
..
framework Merge branch 'master-oss' into json-use-number 2016-07-15 19:21:55 -04:00
testing Make the API client retry on 5xx errors. 2016-07-06 16:50:23 -04:00
auth.go AccessorID --> Accessor, accessor_id --> accessor 2016-03-09 06:23:31 -05:00
connection.go logical: add credential info to logical backend structures 2015-03-30 14:23:32 -07:00
error.go This adds a new error class which can be used by logical backends to 2015-08-10 13:27:25 -04:00
lease.go Remove Unix() invocations on 'time.Time' objects and removed conversion of time to UTC 2016-07-08 18:30:18 -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 Address some more review feedback 2016-01-12 15:09:16 -05:00
request.go Add wrapping through core and change to use TTL instead of Duration. 2016-05-02 00:47:35 -04:00
response.go Dockerize Postgres secret backend acceptance tests 2016-06-30 13:46:39 -04:00
sanitize.go Add token accessor to wrap information if one exists 2016-06-13 23:58:17 +00:00
secret.go Remove grace periods 2016-01-31 19:33:16 -05:00
storage.go Added JSON Decode and Encode helpers. 2016-07-06 12:25:40 -04:00
storage_inmem.go Make logical.InmemStorage a wrapper around physical.InmemBackend. 2016-06-06 12:03:08 -04:00
storage_inmem_test.go vault: Passthrough backend uses logical.Backend 2015-03-15 14:27:06 -07:00
system_view.go Make a non-caching but still locking variant of transit for when caches are disabled 2016-05-02 22:36:44 -04:00
testing.go Add a logger to testing backend config so it's available to backends during unit tests 2016-06-30 09:17:14 -04:00