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 ¶
func New(auth authenticator.Password) *Authenticator
New returns a request authenticator that validates credentials using the provided password authenticator
func (*Authenticator) AuthenticateRequest ¶
AuthenticateRequest authenticates the request using the "Authorization: Basic" header in the request
Source Files ¶
basicauth.go
- Version
- v0.11.0
- Published
- Feb 18, 2015
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 23 seconds ago –
Tools for package owners.