package basicauth

import "k8s.io/apiserver/plugin/pkg/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) (*authenticator.Response, bool, error)

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

Source Files

basicauth.go

Version
v0.18.16
Published
Feb 17, 2021
Platform
js/wasm
Imports
3 packages
Last checked
1 minute ago

Tools for package owners.