open-vault/vault
Michael Golowka f77bcc53c4
Move sdk/helper/random -> helper/random (#9226)
* This package is new for 1.5 so this is not a breaking change.
* This is being moved because this code was originally intended to be used
within plugins, however the design of password policies has changed such
that this is no longer needed. Thus, this code doesn't need to be in the
public SDK.
2020-06-17 14:24:38 -06:00
..
cluster storage/raft: Advertise the configured cluster address (#9008) 2020-05-18 18:22:25 -07:00
external_tests Test Shamir-to-Transit and Transit-to-Shamir Seal Migration for post-1.4 Vault. (#9214) 2020-06-16 14:12:22 -04:00
replication
seal Migrate built in auto seal to go-kms-wrapping (#8118) 2020-01-10 20:39:52 -05:00
acl.go
acl_test.go
acl_util.go
audit.go Create configutil and move some common config and setup functions there (#8362) 2020-05-14 09:19:27 -04:00
audit_broker.go
audit_test.go
audited_headers.go
audited_headers_test.go
auth.go Backport OSS changes from enterprise (#7864) 2019-11-12 09:17:37 -08:00
auth_test.go
barrier.go
barrier_access.go
barrier_aes_gcm.go
barrier_aes_gcm_test.go
barrier_test.go
barrier_view.go
barrier_view_test.go
barrier_view_util.go
capabilities.go
capabilities_test.go
cluster.go storage/raft: Advertise the configured cluster address (#9008) 2020-05-18 18:22:25 -07:00
cluster_test.go Port some changes back to OSS (#8359) 2020-02-14 16:39:13 -08:00
core.go Add a simple sealed gauge, updated when seal status changes (#9177) 2020-06-17 09:50:28 -05:00
core_test.go Refactor service registration (#8976) 2020-05-15 11:06:58 -07:00
core_util.go Port some changes back to OSS (#8359) 2020-02-14 16:39:13 -08:00
cors.go
counters.go
counters_test.go Fix token counters test (#7867) 2019-11-12 13:33:28 -05:00
deadlock.go Add option to detect deadlocks in Core.stateLock using build tag deadlock (#8524) 2020-03-10 16:01:20 -04:00
dynamic_system_view.go Move sdk/helper/random -> helper/random (#9226) 2020-06-17 14:24:38 -06:00
dynamic_system_view_test.go Add user configurable password policies available to secret engines (#8637) 2020-05-27 12:28:00 -06:00
expiration.go Changes to expiration manager to walk tokens (#9182) 2020-06-15 18:54:36 -05:00
expiration_integ_test.go
expiration_test.go Changes to expiration manager to walk tokens (#9182) 2020-06-15 18:54:36 -05:00
expiration_util.go
generate_root.go
generate_root_recovery.go Run go fmt (#7823) 2019-11-07 08:54:34 -08:00
generate_root_test.go
ha.go Create configutil and move some common config and setup functions there (#8362) 2020-05-14 09:19:27 -04:00
identity_lookup.go
identity_lookup_test.go
identity_store.go identity: group refresh shouldn't lock unless an update is needed (#8795) 2020-04-23 11:31:22 -07:00
identity_store_aliases.go
identity_store_aliases_test.go
identity_store_entities.go Create configutil and move some common config and setup functions there (#8362) 2020-05-14 09:19:27 -04:00
identity_store_entities_test.go identity: Add batch entity deletion endpoint (#8785) 2020-04-23 15:25:13 -07:00
identity_store_group_aliases.go
identity_store_group_aliases_test.go
identity_store_groups.go
identity_store_groups_test.go
identity_store_oidc.go Fix identity token caching (#8412) 2020-02-26 15:56:19 -05:00
identity_store_oidc_test.go Identity: Allow specifying a custom OIDC client_id field (#8165) 2020-02-13 23:15:35 -08:00
identity_store_oidc_util.go Fix identity token caching (#8412) 2020-02-26 15:56:19 -05:00
identity_store_schema.go
identity_store_structs.go
identity_store_test.go
identity_store_upgrade.go
identity_store_util.go identity: group refresh shouldn't lock unless an update is needed (#8795) 2020-04-23 11:31:22 -07:00
init.go Create configutil and move some common config and setup functions there (#8362) 2020-05-14 09:19:27 -04:00
init_test.go Migrate built in auto seal to go-kms-wrapping (#8118) 2020-01-10 20:39:52 -05:00
keyring.go
keyring_test.go
lock.go Add option to detect deadlocks in Core.stateLock using build tag deadlock (#8524) 2020-03-10 16:01:20 -04:00
logical_cubbyhole.go Reject requests read and write requests to cubbyhole with an empty path (#8971) 2020-05-11 14:15:36 -05:00
logical_cubbyhole_test.go
logical_passthrough.go
logical_passthrough_test.go
logical_raw.go Run go fmt (#7823) 2019-11-07 08:54:34 -08:00
logical_system.go Move sdk/helper/random -> helper/random (#9226) 2020-06-17 14:24:38 -06:00
logical_system_helpers.go
logical_system_integ_test.go plugin: fix panic on router.MatchingSystemView if backend is nil (#7991) 2019-12-10 10:48:30 -08:00
logical_system_paths.go Add user configurable password policies available to secret engines (#8637) 2020-05-27 12:28:00 -06:00
logical_system_pprof.go
logical_system_raft.go storage/raft: Advertise the configured cluster address (#9008) 2020-05-18 18:22:25 -07:00
logical_system_test.go Move sdk/helper/random -> helper/random (#9226) 2020-06-17 14:24:38 -06:00
mount.go Backport OSS changes from enterprise (#7864) 2019-11-12 09:17:37 -08:00
mount_test.go
mount_util.go
namespaces.go
plugin_catalog.go
plugin_catalog_test.go
plugin_reload.go
policy.go Add identity templating helper to sdk/framework (#8088) 2020-01-06 10:16:52 -08:00
policy_store.go
policy_store_test.go
policy_store_util.go
policy_test.go
policy_util.go
raft.go storage/raft: Advertise the configured cluster address (#9008) 2020-05-18 18:22:25 -07:00
rekey.go Create configutil and move some common config and setup functions there (#8362) 2020-05-14 09:19:27 -04:00
rekey_test.go Migrate built in auto seal to go-kms-wrapping (#8118) 2020-01-10 20:39:52 -05:00
request_forwarding.go Fix a test failure I observed on ent re cluster listener (#8647) 2020-03-31 13:47:39 -04:00
request_forwarding_rpc.go Remove unnecessary locking during heartbeating (#7877) 2019-11-20 17:24:49 -08:00
request_forwarding_rpc_util.go
request_forwarding_service.pb.go Update to latest go-kms-wrapping and fix protos/etcd (#8996) 2020-05-14 18:45:10 -04:00
request_forwarding_service.proto
request_handling.go Token creation counters (#9052) 2020-06-02 13:40:54 -05:00
request_handling_test.go Token creation counters (#9052) 2020-06-02 13:40:54 -05:00
request_handling_util.go
rollback.go
rollback_test.go
router.go plugin: fix panic on router.MatchingSystemView if backend is nil (#7991) 2019-12-10 10:48:30 -08:00
router_access.go
router_test.go
router_testing.go
seal.go Migrate built in auto seal to go-kms-wrapping (#8118) 2020-01-10 20:39:52 -05:00
seal_access.go Migrate built in auto seal to go-kms-wrapping (#8118) 2020-01-10 20:39:52 -05:00
seal_autoseal.go Migrate built in auto seal to go-kms-wrapping (#8118) 2020-01-10 20:39:52 -05:00
seal_autoseal_test.go Migrate built in auto seal to go-kms-wrapping (#8118) 2020-01-10 20:39:52 -05:00
seal_test.go
seal_testing.go Migrate built in auto seal to go-kms-wrapping (#8118) 2020-01-10 20:39:52 -05:00
seal_testing_util.go Create configutil and move some common config and setup functions there (#8362) 2020-05-14 09:19:27 -04:00
sealunwrapper.go Migrate built in auto seal to go-kms-wrapping (#8118) 2020-01-10 20:39:52 -05:00
sealunwrapper_test.go Migrate built in auto seal to go-kms-wrapping (#8118) 2020-01-10 20:39:52 -05:00
testing.go Test Shamir-to-Transit and Transit-to-Shamir Seal Migration for post-1.4 Vault. (#9214) 2020-06-16 14:12:22 -04:00
testing_util.go Test Shamir-to-Transit and Transit-to-Shamir Seal Migration for post-1.4 Vault. (#9214) 2020-06-16 14:12:22 -04:00
token_store.go Changes to expiration manager to walk tokens (#9182) 2020-06-15 18:54:36 -05:00
token_store_test.go Token creation counters (#9052) 2020-06-02 13:40:54 -05:00
token_store_util.go
ui.go
ui_test.go
util.go
util_test.go
wrapping.go Token creation counters (#9052) 2020-06-02 13:40:54 -05:00
wrapping_util.go