Skip to content

Commit

Permalink
rename provider.go -> authenticator.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ideahitme committed May 25, 2017
1 parent 9d744e0 commit 67c2286
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion authn/authenticator/static.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// Static represents authentication mechanism via hardcoded
// token - user pair passed via files
// token - user pair passed with a csv file
type Static map[string]*unversioned.UserInfo

// NewStatic populates StaticAuthneticator object by reading from passed csv file
Expand Down

0 comments on commit 67c2286

Please sign in to comment.