mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 17:24:55 -04:00
* 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. |
||
|---|---|---|
| .. | ||
| aerospike | ||
| alicloudoss | ||
| azure | ||
| cassandra | ||
| cockroachdb | ||
| consul | ||
| couchdb | ||
| dynamodb | ||
| etcd | ||
| foundationdb | ||
| gcs | ||
| manta | ||
| mssql | ||
| mysql | ||
| oci | ||
| postgresql | ||
| raft | ||
| s3 | ||
| spanner | ||
| swift | ||
| zookeeper | ||