Documentation
¶
Overview ¶
Package integration contains integration tests for OpenShift Origin.
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIdentifyingHandler ¶
func NewIdentifyingHandler() http.Handler
func NewXRemoteUserProxyingHandler ¶
func NewXRemoteUserProxyingHandler(rawURL string) http.Handler
Types ¶
type BasicAuthChallenger ¶
type BasicAuthChallenger struct {
// contains filtered or unexported fields
}
func NewBasicAuthChallenger ¶
func NewBasicAuthChallenger(realm string, users []User, authenticatedHandler http.Handler) BasicAuthChallenger
NewBasicAuthChallenger provides a simple basic auth server that is compatible with our basic auth password validator
Example ¶
Output:
func (*BasicAuthChallenger) Challenge ¶
func (challenger *BasicAuthChallenger) Challenge(w http.ResponseWriter)
Click to show internal directories.
Click to hide internal directories.