http

package
v0.7.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// HTTP01Timeout is the max amount of time to wait for an HTTP01 challenge
	// to succeed
	HTTP01Timeout = time.Minute * 15
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Solver

type Solver struct {
	*controller.Context
	// contains filtered or unexported fields
}

Solver is an implementation of the acme http-01 challenge solver protocol

func NewSolver

func NewSolver(ctx *controller.Context) *Solver

NewSolver returns a new ACME HTTP01 solver for the given Issuer and client. TODO: refactor this to have fewer args

func (*Solver) Check

func (s *Solver) Check(ctx context.Context, issuer v1alpha1.GenericIssuer, ch *v1alpha1.Challenge) error

func (*Solver) CleanUp

func (s *Solver) CleanUp(ctx context.Context, issuer v1alpha1.GenericIssuer, ch *v1alpha1.Challenge) error

CleanUp will ensure the created service, ingress and pod are clean/deleted of any cert-manager created data.

func (*Solver) Present

func (s *Solver) Present(ctx context.Context, issuer v1alpha1.GenericIssuer, ch *v1alpha1.Challenge) error

Present will realise the resources required to solve the given HTTP01 challenge validation in the apiserver. If those resources already exist, it will return nil (i.e. this function is idempotent).

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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