View Revisions: Issue #6748
Summary | 0006748: RabbitMQ should make "username" and "password" required fields | ||
---|---|---|---|
Revision | 2025-03-12 12:19 by cquamme | ||
Description | When using RabbitMQ currently, the "username" and "password" fields are not required. Due to a change, this is now incorrect and it will not work correctly if there is not a valid username and password. We should make these required fields and add a way to test the connection in the wizard. | ||
Revision | 2025-03-12 18:18 by emiller | ||
Description | When using RabbitMQ currently, the "username" and "password" fields are not required. Due to a change, this is now incorrect and it will not work correctly if there is not a valid username and password. We should make these required fields and add a way to test the connection in the wizard. Also, clean up the default database URL for RabbitMQ and remove the username and password from it. |
||
Revision | 2025-03-19 18:55 by cquamme | ||
Description | When using RabbitMQ currently, the "username" and "password" fields are not required. Due to a change, this is now incorrect and it will not work correctly if there is not a valid username and password. We should make these required fields and add a way to test the connection in the wizard. Currently if you enter the RabbitMQ username or password incorrectly, RabbitMQ will fail and will not try again. There should be a better test when we set up the node to make sure the user and password can create a value connection. Also, clean up the default database URL for RabbitMQ and remove the username and password from it. |