open-vault/vault
Jeff Mitchell f7df60b131 Allow accessing Warnings directly in Response. (#2806)
A change in copystructure has caused some panics due to the custom copy
function. I'm more nervous about production panics than I am about
keeping some bad code wiping out some existing warnings, so remove the
custom copy function and just allow direct setting of Warnings.
2017-06-05 10:52:43 -04:00
..
acl.go
acl_test.go
audit.go Delay salt initialization for audit backends 2017-05-23 20:36:20 -04:00
audit_test.go Delay salt initialization for audit backends 2017-05-23 20:36:20 -04:00
audited_headers.go Delay salt initialization for audit backends 2017-05-23 20:36:20 -04:00
audited_headers_test.go Delay salt initialization for audit backends 2017-05-23 20:36:20 -04:00
auth.go
auth_test.go
barrier.go
barrier_aes_gcm.go
barrier_aes_gcm_test.go
barrier_test.go
barrier_view.go add gofmt checks to Vault and format existing code (#2745) 2017-05-19 08:34:17 -04:00
barrier_view_test.go
capabilities.go
capabilities_test.go
cluster.go Revert grpc back a version (they introduced a panic) and clean up a bunch of old request forwarding stuff 2017-05-24 10:38:48 -04:00
cluster_test.go Remove non-gRPC request forwarding 2017-05-24 09:34:59 -04:00
core.go Fix tests 2017-05-25 09:00:49 -04:00
core_test.go
dynamic_system_view.go
expiration.go
expiration_test.go
generate_root.go
generate_root_test.go
init.go
init_test.go
keyring.go
keyring_test.go
logical_cubbyhole.go
logical_cubbyhole_test.go
logical_passthrough.go
logical_passthrough_test.go
logical_system.go Input checks for policy rules (#2771) 2017-05-26 10:48:41 -04:00
logical_system_helpers.go
logical_system_test.go Delay salt initialization for audit backends 2017-05-23 20:36:20 -04:00
mount.go
mount_test.go
plugin_catalog.go
plugin_catalog_test.go
policy.go
policy_store.go
policy_store_test.go
policy_test.go
rekey.go
rekey_test.go
request_forwarding.go Add grpc keepalives as a fallback option for our heartbeating 2017-05-26 13:32:13 -04:00
request_forwarding_service.pb.go Add heartbeating and cluster address sharing to request forwarding (#2762) 2017-05-24 15:06:56 -04:00
request_forwarding_service.proto Add heartbeating and cluster address sharing to request forwarding (#2762) 2017-05-24 15:06:56 -04:00
request_handling.go Allow accessing Warnings directly in Response. (#2806) 2017-06-05 10:52:43 -04:00
request_handling_test.go
rollback.go
rollback_test.go
router.go
router_test.go
seal.go
seal_test.go
seal_testing.go
testing.go Revert grpc back a version (they introduced a panic) and clean up a bunch of old request forwarding stuff 2017-05-24 10:38:48 -04:00
token_store.go
token_store_test.go Allow accessing Warnings directly in Response. (#2806) 2017-06-05 10:52:43 -04:00
util.go
util_test.go
wrapping.go