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
v1.1.9-beta.0
Published
Feb 23, 2016
Platform
js/wasm
Imports
5 packages
Last checked
22 minutes ago

Tools for package owners.