File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
crates/service/src/middleware/auth Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44//! Merge a ValidateRequest and an AsyncAuthorizeRequest
55//!
66//! executes a ValidateRequest returning the request if it succeeds
7- //! or else, executed the future and return it
7+ //! or else, executes the future and return it
88
99use std:: { future:: Future , marker:: PhantomData , pin:: Pin , task:: Poll } ;
1010
Original file line number Diff line number Diff line change 66//! This looks for a Context in the extensions of the request to inject
77//! as part of the checks.
88//!
9- //! This also uses MetricLabels injected to
9+ //! This also uses MetricLabels injected in the receipts to provide
10+ //! metrics related to receipt check failure
1011
1112use std:: { future:: Future , sync:: Arc } ;
1213
You can’t perform that action at this time.
0 commit comments