rethinkdb / logstash-input-rethinkdb

Other
55 stars 13 forks source link

Permissions and user accounts #19

Open sagivf opened 7 years ago

sagivf commented 7 years ago

I am currently using this plugin and I can't add a password to the admin user as I believe this will stop working.

I know open-rethinkdb is still in transition but I think this is an easy fix - just adding in the password property to the config. https://github.com/rethinkdb/logstash-input-rethinkdb/blob/master/lib/logstash/inputs/rethinkdb.rb#L56

AtnNn commented 7 years ago

I would love to keep this project alive as part of open rethinkdb, but that will require someone to step up as a maintainer.

Meanwhile I would be happy to merge any simple patches that look correct.

sagivf commented 7 years ago

I would be happy to on both but I don't know any ruby :( I can try as I think it's just adding a few lines. Do you know if it gets deployed as a logstash plugin automatically on merge or is there another action to be made?

AtnNn commented 7 years ago

@deontologician How does this project get published?

sagivf commented 7 years ago

Added pull request

sagivf commented 7 years ago

@AtnNn Any chance we can get the boll rolling on the this?