Fix github_upstream_watcher so GitHub is listed in Supervisor idp discovery doc

This commit is contained in:
Benjamin A. Petersen
2024-04-11 13:19:24 -04:00
parent 8de4524428
commit 79d0e74056
5 changed files with 17 additions and 7 deletions

View File

@@ -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