vault

package
v1.3.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertificateData

type CertificateData struct {
	VaultPath string
	CertBytes []byte
	KeyBytes  []byte
}

type Client

type Client struct {
	Options Options
	// contains filtered or unexported fields
}

func NewClientIfSelected

func NewClientIfSelected(opts Options) (*Client, error)

Returns (nil, nil) if Vault support is not selected through the respective CLI options.

func (*Client) UpdateCertificate

func (c *Client) UpdateCertificate(data CertificateData) error

type Options

type Options struct {
	PushCertificates bool
	KVEngineName     string
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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