Skip to content

Commit 4559ae6

Browse files
fix: global query user to have access to list stream (#1611)
1 parent 187a4e6 commit 4559ae6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/rbac/map.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,9 @@ impl Sessions {
389389
}
390390
}
391391
} else if resource_type.is_none()
392-
&& (action.eq(&Action::Ingest) || action.eq(&Action::Query))
392+
&& (action.eq(&Action::Ingest)
393+
|| action.eq(&Action::Query)
394+
|| action.eq(&Action::ListStream))
393395
{
394396
// flow for global-ingestion / global-query
395397
let ok_resource =

0 commit comments

Comments
 (0)