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.16.14
- Published
- Aug 13, 2020
- Platform
- js/wasm
- Imports
- 10 packages
- Last checked
- 1 minute ago –
Tools for package owners.