Skip to content

Commit

Permalink
fix: validate messages against all authenticators
Browse files Browse the repository at this point in the history
In commit fb08c99 where we've
migrated the haproxy-spoe-go library, a regression has been
introduced: indeed, for given received messages, all the
associated authenticator should have been validated against
before continuing.
Fix consists on iterating on all the messages and associated
authenticator.
  • Loading branch information
mougams committed Jun 17, 2024
1 parent bd45e83 commit 788ff71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func StartAgent(interfaceAddr string, authenticators map[string]auth.Authenticat
if isAuthenticated {
authenticated = true
}
break
}
}

Expand Down

0 comments on commit 788ff71

Please sign in to comment.