open-vault/physical
2016-01-29 13:47:10 -07:00
..
cache.go Replace physical cache with TwoQueue instead of LRU. 2016-01-07 09:21:33 -05:00
cache_test.go
consul.go Only allow listing on folders and enforce this. Also remove string sorting from Consul backend as it's not a requirement and other backends don't do it. 2016-01-22 10:07:32 -05:00
consul_test.go
dynamodb.go Add recovery option to DynamoDB backend 2016-01-08 17:31:37 +01:00
dynamodb_test.go Add tests for DynamoDB backend 2016-01-08 17:31:37 +01:00
etcd.go Update etcd sync option to be a string. 2016-01-27 17:15:52 -05:00
etcd_test.go porting to new etcd client 2015-11-15 22:12:06 -08:00
file.go
file_test.go
inmem.go
inmem_ha.go Add test to ensure the right backend was used with separate HA 2015-12-14 20:48:22 -05:00
inmem_ha_test.go
inmem_test.go
mysql.go
mysql_test.go
physical.go Update naming and pull DDL for upsert back out 2016-01-22 17:15:10 -07:00
physical_test.go
postgresql.go Make the PostgreSQL backend more performant 2016-01-29 13:47:10 -07:00
postgresql_test.go Improve naming 2016-01-27 17:15:48 -07:00
s3.go Make S3 act like other parts of vault by prioritizing environment 2015-12-17 10:19:42 -05:00
s3_test.go Add an option to configure the S3 endpoint 2015-11-04 15:04:36 +01:00
zookeeper.go
zookeeper_test.go