socket

package
v0.13.0-rc.3 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2016 License: AGPL-3.0 Imports: 21 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthProxy

type AuthProxy struct {
	// contains filtered or unexported fields
}

AuthProxy exposes an HTTP interface over a domain socket. It handles adding auth headers to requests on the `/proxy` endpoint to directly proxy requests from the cli to the registry, and exposes an interface over `/v1` for secure and composite operations.

func NewAuthProxy

func NewAuthProxy(c *config.Config, sess session.Session,
	db *db.DB) (*AuthProxy, error)

NewAuthProxy returns a new AuthProxy. It will return an error if creation of the domain socket fails, or the upstream registry URL is misconfigured.

func (*AuthProxy) Addr

func (p *AuthProxy) Addr() string

Addr returns the domain socket this proxy is listening on.

func (*AuthProxy) Close

func (p *AuthProxy) Close() error

Close gracefully closes the socket, ensuring all requests are finished within the timeout.

func (*AuthProxy) Listen

func (p *AuthProxy) Listen() error

Listen starts the main loop of the AuthProxy. It returns on error, or when the AuthProxy is closed.

Jump to

Keyboard shortcuts

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