noop

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2023 License: Apache-2.0 Imports: 1 Imported by: 25

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

type NoLock

type NoLock = noop.NoLock

NoLock is a secret lock service that does no key wrapping (keys are not encrypted).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL