logstash-plugins / logstash-filter-jdbc_streaming

A Logstash filter that can enrich events with data from a database
Apache License 2.0
12 stars 23 forks source link

Parameter jdbc_password_filepath is missing #29

Closed zwentastic closed 5 years ago

zwentastic commented 5 years ago

Please provide the parameter jdbc_password_filepath for storing the password in a separate file. This is necessary to separate secrets from configuration.

robbavey commented 5 years ago

@zwentastic Have you considered using the Logstash Keystore to store your jdbc password?

zwentastic commented 5 years ago

@robbavey Thank you for this suggestion. I'm trying to use Logstash within a kubernetes environment. Therefore it would be more handy to use files for storing secrets. But using the Logstash Keystore might be a workaround.