open-vault/http
Victor Rodriguez 2656c020ae
Convert seal.Access struct into a interface (OSS) (#20510)
* Move seal barrier type field from Access to autoSeal struct.

Remove method Access.SetType(), which was only being used by a single test, and
which can use the name option of NewTestSeal() to specify the type.

* Change method signatures of Access to match those of Wrapper.

* Turn seal.Access struct into an interface.

* Tweak Access implementation.

Change `access` struct to have a field of type wrapping.Wrapper, rather than
extending it.

* Add method Seal.GetShamirWrapper().

Add method Seal.GetShamirWrapper() for use by code that need to perform
Shamir-specific operations.
2023-05-04 14:22:30 -04:00
..
web_ui Make web_ui complient with Go's native embedding (#14246) 2022-02-24 09:12:36 -05:00
assets.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
assets_stub.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
auth_token_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
cors.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
custom_header_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
events.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
events_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
forwarded_for_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
forwarding_bench_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
forwarding_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
handler.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
handler_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
help.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
help_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
http_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
logical.go Add support for HEAD operations (#19520) 2023-03-21 18:37:17 -04:00
logical_test.go feat: add plugin metadata to audit logging (#19814) 2023-04-06 00:41:07 -07:00
plugin_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_audit_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_auth_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_config_cors_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_config_state_test.go add max_entry_size to sanitized config output (#20044) 2023-04-14 09:52:23 -04:00
sys_feature_flags.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_generate_root.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_generate_root_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_health.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_health_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_hostinfo_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_in_flight_requests.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_in_flight_requests_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_init.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_init_test.go Convert seal.Access struct into a interface (OSS) (#20510) 2023-05-04 14:22:30 -04:00
sys_internal_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_leader.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_leader_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_lease_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_metrics.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_metrics_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_monitor_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_mount_test.go Fix remount for mounts with spaces in the name (#19585) 2023-03-16 15:26:55 -04:00
sys_mounts_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_policy_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_raft.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_rekey.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_rekey_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_rotate_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_seal.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_seal_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
sys_wrapping_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
testing.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
unwrapping_raw_body_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
util.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00