Documentation ¶
Overview ¶
Package cluster implements a KMS backend for in cluster key management.
The cluster backend holds a master key, and corresponding salt. Data Encryption Keys (DEK) are derived from master key and salt using HKDF.
This backend does not require a storage backend, as keys are derived on demand and not stored anywhere. For that purpose the special NoStoreURI can be used during KMS initialization.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.