Add support for net.ssl.allowConnectionsWithoutCertificates setting in mongod.conf#577
Add support for net.ssl.allowConnectionsWithoutCertificates setting in mongod.conf#577yennchen wants to merge 19 commits intovoxpupuli:masterfrom
Conversation
Allow allowConnectionsWithoutCertificates option
Add support for net.ssl.clusterFile
|
Could you provide tests with this PR please? |
replace ssl with tls
Replace ssl with tls
ekohl
left a comment
There was a problem hiding this comment.
This is a large PR that does multiple things. Is it really needed to change SSL to TLS everywhere? It makes this much harder to review. It's also a breaking change which we generally avoid.
The reason I ask for a small PR is that I don't have time to review such large PRs due to other work. Chances are that it will linger for a long time. Small PRs on the other hand a easier to review and increase the chance of merging. https://theforeman.org/2019/03/merge-time-review-complexity.html is for a different project, the the same things still apply.
| - Mongo 4.0.x: unable to create user [\#525](https://github.com/voxpupuli/puppet-mongodb/issues/525) | ||
| - user creation idempotency issues [\#412](https://github.com/voxpupuli/puppet-mongodb/issues/412) | ||
| - fix\(is\_master-fact\): use --ssl if --sslPEMKeyFile or --sslCAFile is s… [\#573](https://github.com/voxpupuli/puppet-mongodb/pull/573) ([buchstabensalat](https://github.com/buchstabensalat)) | ||
| - fix\(is\_master-fact\): use --tls if --tlsCertificateKeyFile or --tlsCAFile is s… [\#573](https://github.com/voxpupuli/puppet-mongodb/pull/573) ([buchstabensalat](https://github.com/buchstabensalat)) |
There was a problem hiding this comment.
This is odd. Normally we don't modify changelog entries
| String $package_name = $mongodb::params::server_package_name, | ||
| Variant[Boolean, Stdlib::Absolutepath] $logpath = $mongodb::params::logpath, | ||
| Array[Stdlib::Compat::Ip_address] $bind_ip = $mongodb::params::bind_ip, | ||
| Array[Stdlib::Host] $bind_ip = $mongodb::params::bind_ip, |
| @@ -0,0 +1,168 @@ | |||
| #mongodb.conf - generated from Puppet | |||
There was a problem hiding this comment.
since this is a new template, can you please convert it to epp? We require that for all new templates.
|
Dear @yennchen, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
Repo-gpg-keys
Compatibility for secondaryOk in new releases
Add SecondaryOk syntax support for monorc.js
Fix for Percona shell not obeying quiet flag
JSCDBA-2342 - add signing key for Mongo 7 repo
Pull Request (PR) description
Add support for net.ssl.allowConnectionsWithoutCertificates setting in mongod.conf
This Pull Request (PR) fixes the following issues