diff --git a/shared/comm-lib/src/blob/client.rs b/shared/comm-lib/src/blob/client.rs --- a/shared/comm-lib/src/blob/client.rs +++ b/shared/comm-lib/src/blob/client.rs @@ -415,4 +415,8 @@ ) -> Self { self.with_authentication(auth_credential) } + + fn accepts_services_token(&self, _req: &actix_web::HttpRequest) -> bool { + true + } }