From 38692577203bb2d0722765a45c743f355be91ca2 Mon Sep 17 00:00:00 2001 From: Nikhil Sinha Date: Thu, 2 Apr 2026 22:41:50 +1100 Subject: [PATCH] fix: global query user to have access to list stream --- src/rbac/map.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/rbac/map.rs b/src/rbac/map.rs index b8f805441..3b0016408 100644 --- a/src/rbac/map.rs +++ b/src/rbac/map.rs @@ -389,7 +389,9 @@ impl Sessions { } } } else if resource_type.is_none() - && (action.eq(&Action::Ingest) || action.eq(&Action::Query)) + && (action.eq(&Action::Ingest) + || action.eq(&Action::Query) + || action.eq(&Action::ListStream)) { // flow for global-ingestion / global-query let ok_resource =