kms

package
v0.11.6 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2025 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Overview

Package kms provides an interface to retrieve secrets from external key management systems.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func KmsMiddleware

func KmsMiddleware(value string) string

This method determines if the provided value contains a KMS reference. If it does, it will attempt to fetch the key value and return it to the caller.

Types

type KeyManagementSystem

type KeyManagementSystem interface {
	Retrieve(id string) (string, error)
}

Directories

Path Synopsis
Package gsm provides integration with Google Cloud's Secret Manager.
Package gsm provides integration with Google Cloud's Secret Manager.

Jump to

Keyboard shortcuts

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