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 ¶
func New(auth authenticator.Password) *Authenticator
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.16.6
- Published
- Jan 21, 2020
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 25 seconds ago –
Tools for package owners.