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 =