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

[rabbitmq] no way to turn off ssl_verify in RabbitMQ instance #473

Closed
iancward opened this issue Sep 28, 2017 · 0 comments
Closed

[rabbitmq] no way to turn off ssl_verify in RabbitMQ instance #473

iancward opened this issue Sep 28, 2017 · 0 comments

Comments

@iancward
Copy link
Contributor

I added support for the ssl_verify RabbitMQ integration in #383; however, now that we're actually trying to use it, there's no way to actually to disable ssl verification because the template or's the attribute value with true: https://github.com/DataDog/chef-datadog/blob/master/templates/default/rabbitmq.yaml.erb#L11.

I think what I was actually trying to do there was set it to true if the variable was undefined, and inadvertently prevented users from being able to turn it off.

iancward added a commit to iancward/chef-datadog that referenced this issue Sep 28, 2017
Added key check for ssl_verify instance configuration
olivielpeau added a commit to iancward/chef-datadog that referenced this issue Sep 28, 2017
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

1 participant