fake

package
v0.0.0-...-661d317 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2021 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package fake contains a fake Vault signer for use in tests

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	NewRequestS  *vault.Request
	RawRequestFn func(r *vault.Request) (*vault.Response, error)
	// contains filtered or unexported fields
}

func NewFakeClient

func NewFakeClient() *Client

func (*Client) NewRequest

func (c *Client) NewRequest(method, requestPath string) *vault.Request

func (*Client) RawRequest

func (c *Client) RawRequest(r *vault.Request) (*vault.Response, error)

func (*Client) SetToken

func (c *Client) SetToken(v string)

func (*Client) Sys

func (c *Client) Sys() *vault.Sys

func (*Client) Token

func (c *Client) Token() string

func (*Client) WithNewRequest

func (c *Client) WithNewRequest(r *vault.Request) *Client

func (*Client) WithRawRequest

func (c *Client) WithRawRequest(resp *vault.Response, err error) *Client

type Vault

type Vault struct {
	NewFn                           func(string, configreader.ConfigReader, v1.GenericIssuer) (*Vault, error)
	SignFn                          func([]byte, time.Duration) ([]byte, []byte, error)
	IsVaultInitializedAndUnsealedFn func() error
}

func New

func New() *Vault

New returns a new fake Vault

func (*Vault) IsVaultInitializedAndUnsealed

func (v *Vault) IsVaultInitializedAndUnsealed() error

IsVaultInitializedAndUnsealed always returns nil

func (*Vault) New

func (v *Vault) New(ns string, sl configreader.ConfigReader, iss v1.GenericIssuer) (*Vault, error)

New call NewFn and returns a pointer to the fake Vault.

func (*Vault) Sign

func (v *Vault) Sign(csrPEM []byte, duration time.Duration) ([]byte, []byte, error)

Sign implements `vault.Interface`.

func (*Vault) Sys

func (v *Vault) Sys() *vault.Sys

Sys returns an empty `vault.Sys`.

func (*Vault) WithNew

func (v *Vault) WithNew(f func(string, configreader.ConfigReader, v1.GenericIssuer) (*Vault, error)) *Vault

WithNew sets the fake Vault's New function.

func (*Vault) WithSign

func (v *Vault) WithSign(certPEM, caPEM []byte, err error) *Vault

WithSign sets the fake Vault's Sign function.

Jump to

Keyboard shortcuts

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