Skip to content

Commit

Permalink
Don't log aggregator auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga committed Sep 26, 2023
1 parent 14be5b3 commit 60a5a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator/src/aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ impl<C: Clock> Aggregator<C> {
/// Validate and authorize a taskprov request. Returns values necessary for determining whether
/// we can opt into the task. This function might return an opt-out error for conditions that
/// are relevant for all DAP workflows (e.g. task expiration).
#[tracing::instrument(skip(self), err)]
#[tracing::instrument(skip(self, aggregator_auth_token), err)]
async fn taskprov_authorize_request(
&self,
peer_role: &Role,
Expand Down

0 comments on commit 60a5a4c

Please sign in to comment.