-
Notifications
You must be signed in to change notification settings - Fork 4k
Add ssl_options to rabbitmq_auth_backend_http's schema #11344
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
Conversation
So that dialyzer can find the missing functions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not use typical certificate and key filenames for sample files with invalid data, so
rabbitmq_auth_backend_http/test/config_schema_SUITE_data/certs/cacert.pem
with its current contents and its intended use in the test suite should instead be something like
rabbitmq_auth_backend_http/test/config_schema_SUITE_data/certs/invalid_cacert.pem
Suggested by @michaelklishin
Add ssl_options to rabbitmq_auth_backend_http's schema (backport #11344)
Proposed Changes
Address feature request #10281
Types of Changes
What types of changes does your code introduce to this project?
Put an
xin the boxes that apply