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 ¶
NewAuthProxy returns a new AuthProxy. It will return an error if creation of the domain socket fails, or the upstream registry URL is misconfigured.
Click to show internal directories.
Click to hide internal directories.