- Reference >
- MongoDB Settings that Automation Supports
MongoDB Settings that Automation Supports¶
The processes.<args>
object in an
automation configuration file
specifies the configuration options for each MongoDB instance. The
supported settings depend on the version of MongoDB.
The processes.args2_6
object accepts most MongoDB settings and parameters for MongoDB versions 2.6 and later. Format this object using YAML. To review examples of the MongoDB configuration YAML,
see the Configuration File Options
in the MongoDB manual.
Warning
Automation doesn’t validate these MongoDB settings. If you provide an incorrect value, it could result in issues, downtime, or both.
Unsupported Settings¶
This object doesn’t support the following settings:
net.tls.allowInvalidCertificates
net.tls.allowInvalidHostnames
__exec
__rest
security.ldap.servers
security.ldap.bind.queryUser
security.ldap.bind.queryPassword
security.ldap.bind.useOSDefaults
security.ldap.bind.method
security.ldap.bind.saslMechanisms
security.ldap.transportSecurity
security.ldap.timeoutMS
security.ldap.userToDNMapping
security.ldap.authz.queryTemplate
security.ldap.validateLDAPServerConfig