open-vault/vault
Vishal Nayak d526c8ce1c Merge pull request #629 from hashicorp/token-create-sudo
TokenStore: Provide access based on sudo permissions and not policy name
2015-09-21 10:12:29 -04:00
..
acl.go
acl_test.go
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
barrier_aes_gcm.go Bump AESGCM version; include path in the GCM tags. 2015-09-19 17:04:37 -04:00
barrier_aes_gcm_test.go Bump AESGCM version; include path in the GCM tags. 2015-09-19 17:04:37 -04:00
barrier_test.go
barrier_view.go
barrier_view_test.go
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 Take ClientToken instead of Policies 2015-09-21 10:04:03 -04:00
expiration.go Implement the cubbyhole backend 2015-09-15 13:50:37 -04:00
expiration_test.go
keyring.go
keyring_test.go
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
logical_passthrough_test.go
logical_system.go Fix up per-backend timing logic; also fix error in TypeDurationSecond in 2015-09-21 09:55:03 -04:00
logical_system_helpers.go Fix up per-backend timing logic; also fix error in TypeDurationSecond in 2015-09-21 09:55:03 -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
policy_store.go
policy_store_test.go
policy_test.go
rollback.go
rollback_test.go
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 Merge pull request #629 from hashicorp/token-create-sudo 2015-09-21 10:12:29 -04:00
token_store_test.go Merge pull request #629 from hashicorp/token-create-sudo 2015-09-21 10:12:29 -04:00
util.go
util_test.go