Update go version and error on token auth
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@@ -1 +1 @@
|
||||
golang 1.26.2
|
||||
golang 1.26.3
|
||||
|
||||
@@ -40,7 +40,7 @@ func (srv *PublicTokensServer) AuthenticateWithToken(ctx context.Context, in *to
|
||||
if errors.Is(err, controllers.ErrServerError) {
|
||||
return nil, status.Error(codes.Internal, "Something is broken on our side")
|
||||
}
|
||||
return nil, status.Error(codes.Aborted, "Couldn't list tokens")
|
||||
return nil, status.Error(codes.Aborted, "Couldn't authorize")
|
||||
}
|
||||
|
||||
jwtData := &controllers.JWTData{
|
||||
|
||||
Reference in New Issue
Block a user