This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 166
rabbitmqadmin misinterprets boolean settings in configfile #20
Comments
terrorobe
pushed a commit
to syseleven/puppetlabs-rabbitmq
that referenced
this issue
Jan 21, 2015
This fixes MODULES-1691, caused by upstream bug rabbitmq/rabbitmq-management#20
ironpinguin
pushed a commit
to mayflower/puppetlabs-rabbitmq
that referenced
this issue
Feb 11, 2015
This fixes MODULES-1691, caused by upstream bug rabbitmq/rabbitmq-management#20
@terrorobe is this still relevant? |
This got fixed in the puppet module upstream. The implementation in rabbitmqadmin is unchanged and is still misleading in my opinion ;) At least I expect that a "False" value can be used to deactivate a feature in a config file when a "True" value enables it. If this is how you want to roll, please close the bug. |
@terrorobe we want to fix this properly here, too. Thank you for confirming! We've now moved to GitHub, by the way, so feel free to file issues here should anything else come up. |
Ahh, good to know! I think rabbitmq has been fine so far, there're some kinks we're going to work out in the puppet modules, if anything else comes up we'll let you know. Thanks for your work so far! |
juspori
pushed a commit
to Yleisradio/puppetlabs-rabbitmq
that referenced
this issue
Aug 11, 2015
This fixes MODULES-1691, caused by upstream bug rabbitmq/rabbitmq-management#20
This was referenced Oct 12, 2015
Closed
Resolved in #72. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In
https://github.com/rabbitmq/rabbitmq-management/blob/491911cc07496bd0fade6035ae161f004ea093cd/bin/rabbitmqadmin#L344-358
the config values are read from the rabbitmqadmin.conf
In case of the
ssl
option the check atrabbitmq-management/bin/rabbitmqadmin
Line 424 in 491911c
will always succeed if the option is set (e.g.
ssl = False
) since the string always evaluates to True.The text was updated successfully, but these errors were encountered: