open-vault/logical/framework
Brian Kassouf 1c190d4bda
Pass context to backends (#3750)
* Start work on passing context to backends

* More work on passing context

* Unindent logical system

* Unindent token store

* Unindent passthrough

* Unindent cubbyhole

* Fix tests

* use requestContext in rollback and expiration managers
2018-01-08 10:31:38 -08:00
..
backend.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
backend_test.go Database gRPC plugins (#3666) 2017-12-14 14:03:11 -08:00
field_data.go Add TypeKVPairs field type (#3535) 2017-11-07 11:11:49 -05:00
field_data_test.go Add TypeKVPairs field type (#3535) 2017-11-07 11:11:49 -05:00
field_type.go Add TypeKVPairs field type (#3535) 2017-11-07 11:11:49 -05:00
lease.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08: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
path.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
path_map.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
path_map_test.go Automatically upgrade values to salted on access if salt exists in PathMap (#2831) 2017-06-07 15:22:08 -04:00
path_struct.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
path_struct_test.go WriteOperation -> UpdateOperation 2016-01-08 13:03:03 -05:00
policy_map.go
policy_map_test.go
secret.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00
secret_test.go
template.go
testing.go logical/framework: PathMap allows hyphens in keys [GH-119] 2015-05-02 13:17:42 -07:00
wal.go Merge branch 'master-oss' into json-use-number 2016-07-15 19:21:55 -04:00
wal_test.go