graylog-labs / graylog-plugin-mongodb-profiler

Graylog input plugin that reads MongoDB profiler data
https://www.graylog.org/
GNU General Public License v3.0
18 stars 10 forks source link

Update for MongoDB SCRAM-SHA-1 support (3.0) #3

Closed slepp closed 8 years ago

slepp commented 8 years ago

This change adds support for the newer MongoDB authentication schema (SCRAM-SHA-1), while retaining support for the older versions using MONGODB-CR. The Morphia library is updated to 0.111 to bring in the new static method needed for this.

joschi commented 8 years ago

@slepp Thanks for your PR! I've made a similar change to current master so that you don't need to rebase this PR for a single-line change. 😄