diff --git a/meilisearch-auth/src/store.rs b/meilisearch-auth/src/store.rs index dda27f537..a8b27e06a 100644 --- a/meilisearch-auth/src/store.rs +++ b/meilisearch-auth/src/store.rs @@ -126,6 +126,9 @@ impl HeedAuthStore { Action::StatsAll => { actions.insert(Action::StatsGet); } + Action::MetricsAll => { + actions.insert(Action::MetricsGet); + } other => { actions.insert(*other); }