vault

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Connector

func Connector(
	connect func(name string, cfg config.Vault) (Client, error),
) func(cfg config.Issuer) (controller.Issuer, error)

Types

type Client

type Client interface {
	Read(path string) (map[string]interface{}, error)
	Write(path string, data map[string]interface{}) (map[string]interface{}, error)
	Put(kvMountPath, secretePath string, data map[string]interface{}) error
	Get(kvMountPath, secretePath string) (map[string]interface{}, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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