open-vault/helper
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
..
benchhelpers adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
builtinplugins openapi: Remove pcf plugin (#20067) 2023-04-11 13:54:12 -04:00
constants adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
dhutil adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
experiments adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
fairshare adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
flag-kv adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
flag-slice adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
forwarding adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
hostutil adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
identity adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
locking adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
logging adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
metricsutil adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
monitor adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
namespace adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
osutil adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
parseip adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
pgpkeys adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
policies adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
proxyutil adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
random fix race condition in string generator helper (#19875) 2023-03-31 15:19:45 +00:00
storagepacker adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
testhelpers Convert seal.Access struct into a interface (OSS) (#20510) 2023-05-04 14:22:30 -04:00
timeutil adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
useragent VAULT-12940 Vault Agent uses Vault Agent specific User-Agent header when issuing requests (#19776) 2023-04-03 14:14:47 -04:00
versions adding copyright header (#19555) 2023-03-15 09:00:52 -07:00