open-vault/vault
Armon Dadgar a2bd832519 vault: token create should return various metadata for logging 2015-04-25 20:21:35 -07:00
..
acl.go vault: ignore a nil policy object, as it has no permissions 2015-03-24 15:49:17 -07:00
acl_test.go vault: Adding PolicyStore 2015-03-18 12:17:03 -07:00
audit.go vault: audit broker profiles each backend 2015-04-08 17:09:36 -07:00
audit_test.go logical: Refactor LeaseOptions to share between Secret and Auth 2015-04-09 12:14:04 -07:00
auth.go vault: Do early check for missing backend 2015-04-03 16:09:06 -07:00
auth_test.go vault: test credential unmount does cleanup 2015-04-03 16:15:34 -07:00
barrier.go vault: Split SecurityBarrier interface to BarrierStorage 2015-04-10 16:43:35 -07:00
barrier_aes_gcm.go vault: Adding an epoch prefix to keys to support eventual online key rotation 2015-04-17 16:51:13 -07:00
barrier_aes_gcm_test.go vault: Adding a barrier view 2015-03-05 14:34:05 -08:00
barrier_test.go vault: Improve error when unseal key is wrong 2015-03-12 11:27:41 -07:00
barrier_view.go vault: Split SecurityBarrier interface to BarrierStorage 2015-04-10 16:43:35 -07:00
barrier_view_test.go vault: Adding ClearView method 2015-04-02 11:18:05 -07:00
core.go vault: Swap the HAEnabled check with the sealed check 2015-04-20 12:19:09 -07:00
core_test.go vault: core enforcement of limited use tokens 2015-04-17 11:57:56 -07:00
expiration.go vault: stopExpiration should be idempotent 2015-04-14 13:32:56 -07:00
expiration_test.go vault: the expiration time should be relative to the issue time 2015-04-10 21:21:06 -07:00
logical_passthrough.go http: renew endpoints 2015-04-13 20:42:07 -07:00
logical_passthrough_test.go vault: fix tests 2015-04-13 20:42:07 -07:00
logical_system.go Replace VaultID with LeaseID for terminology simplification 2015-04-08 13:35:32 -07:00
logical_system_test.go vault: fix tests 2015-04-13 20:42:07 -07:00
mlock_avail.go vault: restrict mlockall to just linux for now. Fixes #31 2015-04-23 16:10:50 -07:00
mlock_unavail.go vault: restrict mlockall to just linux for now. Fixes #31 2015-04-23 16:10:50 -07:00
mount.go vault: pass a logger around to logical backends 2015-04-04 11:39:58 -07:00
mount_test.go logical: Refactor LeaseOptions to share between Secret and Auth 2015-04-09 12:14:04 -07:00
policy.go vault: Support policy CRUD 2015-03-23 14:43:31 -07:00
policy_store.go vault: Adding metrics profiling 2015-04-08 16:43:17 -07:00
policy_store_test.go vault: Special case root policy 2015-03-24 11:27:21 -07:00
policy_test.go vault: Adding policy parsing 2015-03-17 15:53:29 -07:00
rollback.go vault: Adding metrics profiling 2015-04-08 16:43:17 -07:00
rollback_test.go vault: Provide salted client token to logical backends 2015-04-03 14:42:39 -07:00
router.go vault: router generates metrics per operation 2015-04-08 17:09:10 -07:00
router_test.go vault: pass a logger around to logical backends 2015-04-04 11:39:58 -07:00
testing.go http: audit endpoints 2015-04-01 18:36:13 -07:00
token_store.go vault: token create should return various metadata for logging 2015-04-25 20:21:35 -07:00
token_store_test.go vault: Adding method to consume a limited use token 2015-04-17 11:51:04 -07:00
util.go vault: utility string set methods 2015-03-24 13:56:07 -07:00
util_test.go vault: utility string set methods 2015-03-24 13:56:07 -07:00