We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a running rabbit instance add a user with restricted permissions
rabbitmqctl add_user johnDoe “superSecretPassword” rabbitmqctl set_user_tags johnDoe monitoring rabbitmqctl set_permissions -p / johnDoe "^$" ".*" ".*"
After creating a connection with the newly added user.
Attempt to call the "Broker.prototype.addQueue" results in an error like...
UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: Failed to create queue 'queue.that.should.exist.already' on connection 'default' with 'Error: Operation failed: QueueDeclare; 403 (ACCESS-REFUSED)
The text was updated successfully, but these errors were encountered:
feat: add passive option to queueFsm
c7bae6b
allows for checkQueue instead of assertQueue when clients have restricted permissions fixes issue arobson#183
be126d6
65397d9
@arobson Bump - there's even a pull request...
Sorry, something went wrong.
@codepushr I have this fixed over at https://github.com/Foo-Foo-MQ/foo-foo-mq if you are interested, hence the now closed pull request I had opened
No branches or pull requests
In a running rabbit instance add a user with restricted permissions
After creating a connection with the newly added user.
Attempt to call the "Broker.prototype.addQueue" results in an error like...
The text was updated successfully, but these errors were encountered: