aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/auth
Commit message (Collapse)AuthorAgeFilesLines
* pkg/auth: retry https://oauth2.googleapis.com/tokeninfo call 3 timesTaras Madan2025-02-051-2/+9
|
* pkg/auth: better error descriptionTaras Madan2024-11-221-9/+7
| | | | | We're getting 500 error from auth.DetermineAuthSubj with "read: connection reset by peer".
* tools/syz-linter: check t.Logf/Errorf/Fatalf messagesDmitry Vyukov2024-04-171-8/+8
| | | | | Fix checking of Logf, it has string in 0-th arg. Add checking of t.Errorf/Fatalf.
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-232-4/+3
|
* pkg/auth: check HTTP status from the serverGreg Steuck2021-08-062-1/+16
| | | | | Previously the reported failure was a nondescript strconv.ParseInt: parsing "": invalid syntax
* syz-manager: support oauth when calling syz-hubGreg Steuck2021-07-301-2/+3
| | | | Permit empty hub_key to indicate oauth.
* pkg/auth: create explicit JWT token cacheGreg Steuck2021-07-301-8/+54
| | | | This will be easier to reuse as it is no longer http-specific.
* pkg/auth: move jwt to auth to be shared by syz-hub clientsGreg Steuck2021-07-303-7/+79
|
* pkg/auth: move auth code into a new package for reuse in syz-hubGreg Steuck2021-07-302-0/+228