open-vault/vault
2022-01-07 14:46:26 -05:00
..
activity Fix some more error shadowing issues (#12990) 2021-11-01 11:43:00 -07:00
cluster
diagnose Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
external_tests add retry logic to TestKV_Patch_RootToken (#13586) 2022-01-07 14:46:26 -05:00
quotas Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
replication Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
seal Rename master key to root key (#13324) 2021-12-06 17:12:20 -08:00
acl.go
acl_test.go
acl_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
activity_log.go VAULT-1564 report in-flight requests (#13024) 2021-12-08 17:34:42 -05:00
activity_log_test.go VAULT-1564 report in-flight requests (#13024) 2021-12-08 17:34:42 -05:00
activity_log_testing_util.go
activity_log_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
audit.go
audit_broker.go
audit_test.go
audited_headers.go
audited_headers_test.go Fix some more error shadowing issues (#12990) 2021-11-01 11:43:00 -07:00
auth.go
auth_test.go
barrier.go Rename master key to root key (#13324) 2021-12-06 17:12:20 -08:00
barrier_access.go
barrier_aes_gcm.go Rename master key to root key (#13324) 2021-12-06 17:12:20 -08:00
barrier_aes_gcm_test.go
barrier_test.go Rename master key to root key (#13324) 2021-12-06 17:12:20 -08:00
barrier_view.go
barrier_view_test.go
barrier_view_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
capabilities.go
capabilities_test.go
cluster.go
cluster_test.go
core.go Add no-op method setupManagedKeyRegistry(). (#13433) 2021-12-14 16:00:17 -05:00
core_metrics.go VAULT-1564 report in-flight requests (#13024) 2021-12-08 17:34:42 -05:00
core_metrics_test.go
core_test.go Authenticate to "login" endpoint for non-existent mount path bug (#13162) 2021-11-22 17:06:59 -08:00
core_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
core_util_common.go Note that versionTimestamps are only loaded on the active node. 2021-11-16 15:05:59 -05:00
core_util_common_test.go some small version test changes (#13310) 2021-11-30 09:52:33 -08:00
cors.go
counters.go
counters_test.go
custom_response_headers.go Unify HTTPResponseWriter and StatusHeaderResponseWriter (#13200) 2021-11-23 14:30:25 -05:00
custom_response_headers_test.go Fix some linting errors (#12860) 2021-10-18 17:29:47 -07:00
deadlock.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
dynamic_system_view.go Vault-2257: don't log token error on DR Secondary (#13137) 2021-11-17 09:21:54 -07:00
dynamic_system_view_test.go
expiration.go Fix leak of restore worker go routines after an error (#12933) 2021-10-27 09:08:10 -07:00
expiration_integ_test.go
expiration_test.go VAULT 2844: remove legacy lease revocation strategy (#12888) 2021-10-22 17:37:01 -06:00
expiration_testing_util_common.go
expiration_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
generate_root.go Rename master key to root key (#13324) 2021-12-06 17:12:20 -08:00
generate_root_recovery.go Rename master key to root key (#13324) 2021-12-06 17:12:20 -08:00
generate_root_test.go Add helper for encoding/decoding root tokens and OTP generation in SDK module (#10504) (#10505) 2021-12-01 08:05:49 -05:00
ha.go Rename master key to root key (#13324) 2021-12-06 17:12:20 -08:00
ha_test.go
identity_lookup.go
identity_lookup_test.go
identity_store.go Attempt to address a data race issue within identity store - take 2 (#13476) 2021-12-22 09:51:13 -05:00
identity_store_aliases.go Support clearing an identity alias' custom_metadata (#13395) 2021-12-10 18:07:47 -05:00
identity_store_aliases_test.go Support clearing an identity alias' custom_metadata (#13395) 2021-12-10 18:07:47 -05:00
identity_store_entities.go Entities may have duplicate policies (#12812) 2021-10-22 19:28:31 -04:00
identity_store_entities_test.go Entities may have duplicate policies (#12812) 2021-10-22 19:28:31 -04: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 Identity: check NextSigningKey existence during key rotation (#13298) 2021-11-29 15:10:58 -06:00
identity_store_oidc_provider.go identity/oidc: optional nonce parameter for authorize request (#13231) 2021-11-22 09:42:22 -08:00
identity_store_oidc_provider_test.go identity/oidc: optional nonce parameter for authorize request (#13231) 2021-11-22 09:42:22 -08:00
identity_store_oidc_test.go Identity: check NextSigningKey existence during key rotation (#13298) 2021-11-29 15:10:58 -06:00
identity_store_oidc_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
identity_store_oss.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
identity_store_schema.go Fix startup failures when aliases from a pre-1.9 vault version exist (#13169) 2021-11-16 14:56:34 -05:00
identity_store_structs.go
identity_store_test.go Fix entity alias deletion (#12834) 2021-10-19 15:05:06 -04:00
identity_store_upgrade.go
identity_store_util.go Attempt to address a data race issue within identity store - take 2 (#13476) 2021-12-22 09:51:13 -05:00
init.go Rename master key to root key (#13324) 2021-12-06 17:12:20 -08:00
init_test.go
keyring.go Rename master key to root key (#13324) 2021-12-06 17:12:20 -08:00
keyring_test.go Rename master key to root key (#13324) 2021-12-06 17:12:20 -08:00
lock.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
logical_cubbyhole.go
logical_cubbyhole_test.go
logical_passthrough.go
logical_passthrough_test.go
logical_raw.go
logical_system.go One small diff between ENT and OSS managed key config (#13482) 2021-12-20 15:20:18 -06:00
logical_system_activity.go Port: Allow Routing to Partial Monthly Client Count From Namespaces (#13086) 2021-11-08 15:38:35 -08:00
logical_system_helpers.go
logical_system_integ_test.go Add "operator members" command to list nodes in the cluster. (#13292) 2021-11-30 14:49:58 -05:00
logical_system_paths.go VAULT-1564 report in-flight requests (#13024) 2021-12-08 17:34:42 -05:00
logical_system_pprof.go
logical_system_quotas.go
logical_system_raft.go
logical_system_test.go Adds support for SHA-3 to transit (#13367) 2021-12-08 12:29:33 -06:00
logical_system_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
managed_key.go Add the most basic interfaces to OSS (#13561) 2022-01-04 14:07:18 -06:00
managed_key_registry.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
mount.go Add a new parameter "allowed_managed_keys" to mount config (#13202) 2021-11-21 19:08:38 -06:00
mount_test.go Fix some more error shadowing issues (#12990) 2021-11-01 11:43:00 -07:00
mount_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
namespaces.go
namespaces_oss.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
password_policy_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
plugin_catalog.go
plugin_catalog_test.go
plugin_reload.go
policy.go
policy_store.go
policy_store_test.go
policy_store_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
policy_test.go
policy_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
raft.go Rename master key to root key (#13324) 2021-12-06 17:12:20 -08:00
rekey.go Rename master key to root key (#13324) 2021-12-06 17:12:20 -08:00
rekey_test.go
request_forwarding.go
request_forwarding_rpc.go Remove another use gopsutil/host. (#13390) 2021-12-10 09:59:52 -05:00
request_forwarding_rpc_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
request_forwarding_service.pb.go Add "operator members" command to list nodes in the cluster. (#13292) 2021-11-30 14:49:58 -05:00
request_forwarding_service.proto Add "operator members" command to list nodes in the cluster. (#13292) 2021-11-30 14:49:58 -05:00
request_forwarding_service_grpc.pb.go
request_handling.go Fixed null token panic from 'v1/auth/token/' endpoints and returned p… (#13233) 2021-12-21 09:46:56 -08:00
request_handling_test.go
request_handling_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
rollback.go
rollback_test.go
router.go
router_access.go
router_test.go Authenticate to "login" endpoint for non-existent mount path bug (#13162) 2021-11-22 17:06:59 -08:00
router_testing.go
seal.go Rename master key to root key (#13324) 2021-12-06 17:12:20 -08:00
seal_access.go
seal_autoseal.go Fix a data race in the new autoseal health check (#13136) 2021-11-12 15:58:46 -06:00
seal_autoseal_test.go Fix a data race in the new autoseal health check (#13136) 2021-11-12 15:58:46 -06:00
seal_test.go
seal_testing.go Rename master key to root key (#13324) 2021-12-06 17:12:20 -08:00
seal_testing_util.go Rename master key to root key (#13324) 2021-12-06 17:12:20 -08:00
sealunwrapper.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
sealunwrapper_test.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
testing.go Add "operator members" command to list nodes in the cluster. (#13292) 2021-11-30 14:49:58 -05:00
testing_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
token_store.go Fix null token type bug (#13236) 2021-12-06 09:38:53 -08:00
token_store_test.go
token_store_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
ui.go
ui_test.go
util.go
util_test.go
vault_version_time.go
wrapping.go
wrapping_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00