You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Task::new() requires that the list of collector authentication tokens is non-empty. In practice, the helper does not need to know this token, as the collector only makes authenticated requests to the leader. We should relax this check, depending on the role of the aggregator.
The text was updated successfully, but these errors were encountered:
Currently
Task::new()
requires that the list of collector authentication tokens is non-empty. In practice, the helper does not need to know this token, as the collector only makes authenticated requests to the leader. We should relax this check, depending on the role of the aggregator.The text was updated successfully, but these errors were encountered: