setup

package
v2.16.4 Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Overview

Package setup provides functions to create a KMS and key store from a given URI.

This package does not provide any functionality to interact with the KMS or key store, but only to create them.

Adding support for a new KMS or storage backend requires adding a new URI for that backend, and implementing the corresponding get*Config function.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func KMS

func KMS(ctx context.Context, storageURI, kmsURI string) (kms.CloudKMS, error)

KMS creates a KMS and key store from the given parameters.

Types

type KMSInformation

type KMSInformation struct {
	KMSURI             string
	StorageURI         string
	KeyEncryptionKeyID string
}

KMSInformation about an existing KMS.

Jump to

Keyboard shortcuts

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