package passwordfile

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

Source Files

passwordfile.go

Version
v0.15.9
Published
Jan 21, 2020
Platform
linux/amd64
Imports
9 packages
Last checked
5 seconds ago

Tools for package owners.