fake

package
v1.6.3 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2022 License: Apache-2.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, corelisters.SecretLister, 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 added in v1.3.0

func (v *Vault) IsVaultInitializedAndUnsealed() error

IsVaultInitializedAndUnsealed always returns nil

func (*Vault) New

func (v *Vault) New(ns string, sl corelisters.SecretLister, 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, corelisters.SecretLister, 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