Remove security.authorization option from mongos

The "security.authorization" option is only usable for
mongod and not for mongos service.

When this option is applied to /etc/mongos.conf configuration
file, mongos service doesn't start.

Change-Id: Id798d7269ee80706002bbebe2ff666fc2fecdd1e
Closes-Bug: #1748322
This commit is contained in:
Gaetan Trellu 2018-02-08 18:54:06 -05:00
parent 9e5186b95b
commit e15fe71733
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@ _EOF_
cat > /etc/mongos.conf << '_EOF_'
security.authorization: enabled
systemLog.destination: file
systemLog.logAppend: true
systemLog.path: /var/log/mongodb/mongos.log

View File

@ -19,7 +19,6 @@ _EOF_
cat > /etc/mongos.conf << '_EOF_'
security.authorization: enabled
systemLog.destination: file
systemLog.logAppend: true
systemLog.path: /var/log/mongodb/mongos.log