import "k8s.io/apiserver/plugin/pkg/authenticator/request/basicauth"
type Authenticator struct {
// contains filtered or unexported fields
}
Authenticator authenticates requests using basic auth
func New(auth authenticator.Password) *Authenticator
New returns a request authenticator that validates credentials using the provided password authenticator
func (a *Authenticator) AuthenticateRequest(req *http.Request) (*authenticator.Response, bool, error)
AuthenticateRequest authenticates the request using the "Authorization: Basic" header in the request
Package basicauth imports 3 packages (graph) and is imported by 70 packages. Updated 2018-11-03. Refresh now. Tools for package owners.