Skip to content
New issue

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

User limits cannot be imported by the definitions file #3458

Closed
davidkloosterman opened this issue Sep 20, 2021 · 0 comments
Closed

User limits cannot be imported by the definitions file #3458

davidkloosterman opened this issue Sep 20, 2021 · 0 comments
Assignees
Milestone

Comments

@davidkloosterman
Copy link

User limits, introduced in 3.8.10, cannot be imported by the definitions file.

Steps to reproduce:

  1. Create a definitions file with user limits. Tips for creation:
    a. Set up user limits by the console: rabbitmqctl set_user_limits user1 {"max-connections": 2}, or by the UI.
    b. Export definitions: rabbitmqctl export_definitions definitions_test.json, or by the UI
    c. Remove the users limits again by the the console or UI, i.e. step 1a will be reverted.
  2. Load the new definitions file by the console: rabbitmqctl import_definitions definitions_test.json.
  3. Check the new user limits by the the console (export definitions) or UI. Here you will see that the user limits are not set.
@dcorbacho dcorbacho self-assigned this Dec 16, 2021
@michaelklishin michaelklishin added this to the 3.9.12 milestone Dec 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants