hashicorpvault

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 23, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SecretsManagerFactory

func SecretsManagerFactory(
	config *secrets.SecretsManagerConfig,
	params *secrets.SecretsManagerParams,
) (secrets.SecretsManager, error)

SecretsManagerFactory implements the factory method

Types

type VaultSecretsManager

type VaultSecretsManager struct {
	// contains filtered or unexported fields
}

VaultSecretsManager is a SecretsManager that stores secrets on a Hashicorp Vault instance

func (*VaultSecretsManager) GetSecret

func (v *VaultSecretsManager) GetSecret(name string) ([]byte, error)

GetSecret fetches a secret from the Hashicorp Vault server

func (*VaultSecretsManager) HasSecret

func (v *VaultSecretsManager) HasSecret(name string) bool

HasSecret checks if the secret is present on the Hashicorp Vault server

func (*VaultSecretsManager) RemoveSecret

func (v *VaultSecretsManager) RemoveSecret(name string) error

RemoveSecret removes a secret from the Hashicorp Vault server

func (*VaultSecretsManager) SetSecret

func (v *VaultSecretsManager) SetSecret(name string, value []byte) error

SetSecret saves a secret to the Hashicorp Vault server Secrets saved in Vault need to have a string value (Base64)

func (*VaultSecretsManager) Setup

func (v *VaultSecretsManager) Setup() error

Setup sets up the Hashicorp Vault secrets manager

Jump to

Keyboard shortcuts

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