diff --git a/server/src/rbac/role.rs b/server/src/rbac/role.rs index ab793de80..8a5e79911 100644 --- a/server/src/rbac/role.rs +++ b/server/src/rbac/role.rs @@ -164,6 +164,7 @@ pub mod model { actions: vec![ Action::Ingest, Action::Query, + Action::ListStream, Action::GetSchema, Action::GetStats, Action::GetRetention, @@ -179,6 +180,7 @@ pub mod model { RoleBuilder { actions: vec![ Action::Query, + Action::ListStream, Action::GetSchema, Action::GetStats, Action::GetRetention,