mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-06 21:47:45 +00:00
Fix github_upstream_watcher so GitHub is listed in Supervisor idp discovery doc
This commit is contained in:
@@ -96,7 +96,7 @@ func (p *Provider) GetHttpClient() *http.Client {
|
||||
|
||||
// AuthenticateUser authenticates an end user and returns their mapped username, groups, and UID. Implements authenticators.UserAuthenticator.
|
||||
func (p *Provider) AuthenticateUser(
|
||||
ctx context.Context, //nolint:all
|
||||
ctx context.Context, //nolint:all
|
||||
username, password string, //nolint:all
|
||||
) (*authenticators.Response, bool, error) {
|
||||
// TODO: implement this, currently just placeholder to satisfy UserAuthenticator interface above
|
||||
|
||||
Reference in New Issue
Block a user