I want to update the user in rmq with only permission of reading queue with python rabbitmq_admin package . What should I use in the fields of
api.create_user_permission('username', '/', configure='', write='', read='queue')
api.create_user_permission('user', '/', configure='$^', write='$^', read='queue')
api.create_user_permission('user', '/', configure='', write='', read='queue')
I have tried all the above mentioned thing but the user gets all the access, I want the user to have only :read='queue'
I want the permission as follows:
Virtual host Configure regexp Write regexp Read regexp
/ queue