Comment 36 for bug 1507841

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (master)

Reviewed: https://review.openstack.org/288123
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=c653178e8f7c00d9c2c559c7c03758b723a9de3c
Submitter: Jenkins
Branch: master

commit c653178e8f7c00d9c2c559c7c03758b723a9de3c
Author: Matt Van Dijk <email address hidden>
Date: Thu Mar 3 15:40:57 2016 -0500

    Secure mongodb instances and clusters by default

    MongoDB's default behaviour is to have the authorization rules disabled.
    This means any client can access the database without credentials. This
    is too large of a risk for default behaviour, so authorization needs to
    be enabled by default.

    This fix addresses the problem by setting the authorization parameter to
    enabled for standalone instances, and specifying key files for cluster
    instances to use.

    Change-Id: I5895ce66ec450c3efce7a7e0f126ac13ac4c1b12
    Closes-bug: #1507841