open-vault/vault
2015-08-20 17:59:30 -07: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
audit_test.go
auth.go See if this clears build error 2015-08-13 13:17:09 -04:00
auth_test.go Fix #392 by giving a more specific error 2015-08-11 20:18:52 -04:00
barrier.go
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
barrier_view.go
barrier_view_test.go
core.go Don't defer revocation when sealing, and clear out response/auth if there is a token use error 2015-08-20 10:37:42 -07:00
core_test.go Add configuration options for default lease duration and max lease duration. 2015-07-30 09:42:49 -04:00
expiration.go Add configuration options for default lease duration and max lease duration. 2015-07-30 09:42:49 -04:00
expiration_test.go
keyring.go
keyring_test.go
logical_passthrough.go Update help text for TTL values in generic backend 2015-08-20 17:59:30 -07:00
logical_passthrough_test.go Change "lease" parameter in the generic backend to be "ttl" to reduce confusion. "lease" is now deprecated but will remain valid until 0.4. 2015-08-20 16:41:25 -07:00
logical_system.go Begin factoring out sys paths into logical routes. Also, standardize on 307 as redirect code. 2015-08-20 13:20:35 -07:00
logical_system_test.go vault: provide view to backend initializer for setup 2015-06-30 17:30:43 -07:00
mount.go This adds a new error class which can be used by logical backends to 2015-08-10 13:27:25 -04:00
mount_test.go vault: provide view to backend initializer for setup 2015-06-30 17:30:43 -07:00
policy.go vault: Adding precedence logic for conflicting policy 2015-07-05 17:30:19 -06:00
policy_store.go vault: upgrade old policies with implicit glob 2015-07-05 19:14:15 -06: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
rollback_test.go
router.go
router_test.go logical: remove SetLogger method 2015-06-30 17:39:39 -07:00
testing.go Vault SSH: verify echo test 2015-08-18 16:48:50 -07:00
token_store.go Add -no-verify option to CLI auth command, to avoid decrementing the token use count during auth. 2015-08-18 19:22:17 -07:00
token_store_test.go
util.go
util_test.go