open-vault/vault
Jeff Mitchell 68c268a6f0 Allow tuning of auth mounts, to set per-mount default/max lease times 2015-09-19 11:50:50 -04:00
..
acl.go vault: Handle exact vs glob match, deny has highest precedence 2015-07-05 17:31:30 -06:00
acl_test.go vault: adding another ACL test 2015-07-05 17:34:34 -06:00
audit.go Use hmac-sha256 for protecting secrets in audit entries 2015-09-19 11:29:31 -04:00
audit_test.go Expand HMAC support in Salt; require an identifier be passed in to specify type but allow generation with and without. Add a StaticSalt ID for testing functions. Fix bugs; unit tests pass. 2015-09-18 17:38:30 -04:00
auth.go Directly pass the cubbyhole backend to the token store and bypass logic in router 2015-09-15 13:50:37 -04:00
auth_test.go Move more cubby logic outside of router into auth setup 2015-09-15 13:50:37 -04:00
barrier.go vault: adding ability to reload master key 2015-05-29 14:29:55 -07:00
barrier_aes_gcm.go vault: guard against potentially missing keyring 2015-07-13 18:18:22 +10:00
barrier_aes_gcm_test.go nomad: fixing issue with keyring upgrade 2015-07-07 16:02:49 -06:00
barrier_test.go vault: adding ability to reload master key 2015-05-29 14:29:55 -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 Store token creation time and TTL. This can be used to properly populate 2015-09-18 16:39:35 -04:00
core_test.go Expand HMAC support in Salt; require an identifier be passed in to specify type but allow generation with and without. Add a StaticSalt ID for testing functions. Fix bugs; unit tests pass. 2015-09-18 17:38:30 -04:00
dynamic_system_view.go Remove error returns from sysview TTL calls 2015-09-10 15:09:54 -04:00
expiration.go Implement the cubbyhole backend 2015-09-15 13:50:37 -04:00
expiration_test.go Push a lot of logic into Router to make a bunch of it nicer and enable a 2015-09-10 15:09:54 -04:00
keyring.go vault: fixing a typo 2015-06-02 16:04:05 +02:00
keyring_test.go vault: attempt to resolve #303 2015-06-02 22:55:18 +02:00
logical_cubbyhole.go Directly pass the cubbyhole backend to the token store and bypass logic in router 2015-09-15 13:50:37 -04:00
logical_cubbyhole_test.go Implement the cubbyhole backend 2015-09-15 13:50:37 -04:00
logical_passthrough.go Rename View to StorageView to make it more distinct from SystemView 2015-09-15 13:50:37 -04:00
logical_passthrough_test.go Push a lot of logic into Router to make a bunch of it nicer and enable a 2015-09-10 15:09:54 -04:00
logical_system.go Allow tuning of auth mounts, to set per-mount default/max lease times 2015-09-19 11:50:50 -04:00
logical_system_helpers.go Address items from feedback. Make MountConfig use values rather than 2015-09-10 15:09:54 -04:00
logical_system_test.go Expand HMAC support in Salt; require an identifier be passed in to specify type but allow generation with and without. Add a StaticSalt ID for testing functions. Fix bugs; unit tests pass. 2015-09-18 17:38:30 -04:00
mount.go Allow tuning of auth mounts, to set per-mount default/max lease times 2015-09-19 11:50:50 -04:00
mount_test.go Move more cubby logic outside of router into auth setup 2015-09-15 13:50:37 -04:00
policy.go vault: Adding precedence logic for conflicting policy 2015-07-05 17:30:19 -06:00
policy_store.go Push a lot of logic into Router to make a bunch of it nicer and enable a 2015-09-10 15:09:54 -04:00
policy_store_test.go vault: upgrade old policies with implicit glob 2015-07-05 19:14:15 -06:00
policy_test.go vault: Adding precedence logic for conflicting policy 2015-07-05 17:30:19 -06:00
rollback.go vault: cleanups for the audit log changes 2015-06-29 15:27:28 -07:00
rollback_test.go Push a lot of logic into Router to make a bunch of it nicer and enable a 2015-09-10 15:09:54 -04:00
router.go Move more cubby logic outside of router into auth setup 2015-09-15 13:50:37 -04:00
router_test.go Move more cubby logic outside of router into auth setup 2015-09-15 13:50:37 -04:00
testing.go Expand HMAC support in Salt; require an identifier be passed in to specify type but allow generation with and without. Add a StaticSalt ID for testing functions. Fix bugs; unit tests pass. 2015-09-18 17:38:30 -04:00
token_store.go Add HMAC capability to salt. Pass a salt into audit backends. Require it for audit.Hash. 2015-09-18 17:38:22 -04:00
token_store_test.go Store token creation time and TTL. This can be used to properly populate 2015-09-18 16:39:35 -04:00
util.go helper/uuid: single generateUUID definition 2015-06-30 12:38:32 -07:00
util_test.go helper/uuid: single generateUUID definition 2015-06-30 12:38:32 -07:00