We are using Redis 6.0.14 and are in the process of introducing ACLs for our streams. Restricting access only to the key of a stream works perfectly. However, we also have the use case that multiple teams will be consuming the same stream. Is it possible to restrict the consumer group operations for a user only to a specific consumer group of a stream? Right now the different teams could read messages using each others consumer groups and also delete and create consumers for each other. From the documentation it looks like you can only only restrict by key, but I wanted to double check that I didn't miss a way to restrict by consumer group.