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.16.2
- Published
- May 4, 2015
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 4 minutes ago –
Tools for package owners.