package basicauth

import "k8s.io/kubernetes/plugin/pkg/auth/authenticator/request/basicauth"

Index

Types

type Authenticator

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

Authenticator authenticates requests using basic auth

func New

New returns a request authenticator that validates credentials using the provided password authenticator

func (*Authenticator) AuthenticateRequest

func (a *Authenticator) AuthenticateRequest(req *http.Request) (user.Info, bool, error)

AuthenticateRequest authenticates the request using the "Authorization: Basic" header in the request

Source Files

basicauth.go

Version
v1.5.4
Published
Mar 7, 2017
Platform
linux/amd64
Imports
3 packages
Last checked
7 seconds ago

Tools for package owners.