Cannot add authorization "enable" to mongod.conf yaml ccp-error

Hi
You need to add security.authorization part to your config file - in your config file, security seems to be hashed

# Security
security:
  authorization: enabled

I suggest check official MongoDB documentation

1 Like