From dad83d46f2c0e6e6642343b91dcbb5af3d96ec56 Mon Sep 17 00:00:00 2001 From: oddgrd <29732646+oddgrd@users.noreply.github.com> Date: Wed, 24 Jan 2024 12:14:26 +0100 Subject: [PATCH] fix(gateway): rename scope field to shuttle.project.name --- gateway/src/api/latest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/src/api/latest.rs b/gateway/src/api/latest.rs index 851e1843a..b87992d25 100644 --- a/gateway/src/api/latest.rs +++ b/gateway/src/api/latest.rs @@ -434,7 +434,7 @@ async fn delete_project( Ok(AxumJson("project successfully deleted".to_owned())) } -#[instrument(skip_all, fields(scope = %scoped_user.scope))] +#[instrument(skip_all, fields(shuttle.project.name = %scoped_user.scope))] async fn route_project( State(RouterState { service,