Mike Danese
057b7af798
serviceaccount: check token is issued by correct iss before verifying
...
Right now if a JWT for an unknown issuer, for any subject hits the
serviceaccount token authenticator, we return a errors as if the token
was meant for us but we couldn't find a key to verify it. We should
instead return nil, false, nil.
This change helps us support multiple service account token
authenticators with different issuers.
2018-01-24 20:21:59 -08:00
..
2017-11-22 21:18:14 +08:00
2018-01-18 20:55:34 -08:00
2017-10-27 15:48:32 +08:00
2017-10-27 15:48:32 +08:00
2017-11-01 12:46:07 +01:00
2018-01-05 15:05:01 -08:00
2017-12-23 13:12:11 -08:00
2018-01-16 16:02:13 -05:00
2017-10-27 15:48:32 +08:00
2017-11-27 11:17:55 -05:00
2018-01-18 20:55:34 -08:00
2018-01-04 12:48:08 -08:00
2017-12-22 14:36:16 -08:00
2017-12-23 13:12:11 -08:00
2017-10-15 18:18:13 -07:00
2017-10-15 18:18:13 -07:00
2017-10-15 18:18:13 -07:00
2017-10-30 16:56:38 +01:00
2017-12-14 00:45:15 -08:00
2017-11-07 14:55:47 -08:00
2018-01-07 08:22:08 -08:00
2018-01-05 15:05:01 -08:00
2018-01-05 15:05:01 -08:00
2017-10-27 15:48:32 +08:00
2018-01-24 20:21:59 -08:00
2017-10-27 15:48:32 +08:00
2018-01-17 12:55:55 -08:00
2017-10-15 18:18:13 -07:00
2017-11-13 08:57:01 -08:00
2018-01-04 11:35:29 +01:00
2018-01-17 12:55:55 -08:00
2017-04-28 14:19:39 -07:00
2017-10-27 15:48:32 +08:00