Documentation ¶
Overview ¶
Package noop provides a noop secret lock service. This allows for quick testing of key storage using the KMS. Keys stored with noop are unprotected. Therefore, this implementation is be used for testing purposes only. Production code must always use pkg/secretlock/local implementation. In order to minimize the impact on existing clients, noop is the default implementation in the framework. Therefore, the use of a context.WithSecretLock() option with a secretlock/local implementation is highly recommended to secure key storage in the KMS.
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.