vault

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: May 27, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrUnauthorised           = errors.New("the Vault request was unauthorised, check whether the token is valid and has sufficient permissions to perform operation")
	ErrNotFound               = errors.New("path not found, either it was incorrect or a backend isn't mounted properly")
	ErrVaultSealed            = errors.New("the Vault server is either sealed or down for maintenance")
	ErrPluginDirNotConfigured = errors.New("plugin_directory not set in Vault config file")
	ErrInvalidAddress         = errors.New("can't access Vault at the address provided, either the address/port is incorrect or the host is unreachable")
	ErrTLSDisabled            = errors.New("attempted to access Vault using TLS but it returned an HTTP response, check whether the protocol in the Vault address matches what's configured")
	ErrMountPathInUse         = errors.New("the mount path is in already in use")
	ErrPluginNotMounted       = errors.New("nothing is mounted at path")
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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