You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
Currently, access settings per queue are controlled only by user change. This is very awkward when I create a new queue and would like to grant access to a group of users (who also have access to other queues, that should remain unaffected).
Nice & easy solution would be to allow specifying list of users to access the queue in the queue change command.
(Another possibility would be a way to add/remove specific queue for a user instead of always specifying the full list, but that'd still be O(N) instead of O(1) for my usecase.)
The text was updated successfully, but these errors were encountered:
Currently, access settings per queue are controlled only by
user change
. This is very awkward when I create a new queue and would like to grant access to a group of users (who also have access to other queues, that should remain unaffected).Nice & easy solution would be to allow specifying list of users to access the queue in the
queue change
command.(Another possibility would be a way to add/remove specific queue for a user instead of always specifying the full list, but that'd still be O(N) instead of O(1) for my usecase.)
The text was updated successfully, but these errors were encountered: