package passwordfile

import "k8s.io/kubernetes/plugin/pkg/auth/authenticator/password/passwordfile"

Index

Types

type PasswordAuthenticator

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

func NewCSV

func NewCSV(path string) (*PasswordAuthenticator, error)

NewCSV returns a PasswordAuthenticator, populated from a CSV file. The CSV file must contain records in the format "password,username,useruid"

func (*PasswordAuthenticator) AuthenticatePassword

func (a *PasswordAuthenticator) AuthenticatePassword(username, password string) (user.Info, bool, error)

Source Files

passwordfile.go

Version
v0.19.0
Published
Jun 10, 2015
Platform
linux/amd64
Imports
5 packages
Last checked
11 minutes ago

Tools for package owners.