Look at that, I figured it out. Turns out I had to change `mongod.conf` to enable authentication.
For those who are coming here in the future, add the following to `/etc/mongod.conf`:
`security: authorization: enabled`
Look at that, I figured it out. Turns out I had to change `mongod.conf` to enable authentication.
For those who are coming here in the future, add the following to `/etc/mongod.conf`:
`security: authorization: enabled`