Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logstash jdbc input : Read password from external file #4744

Closed
biswajit86 opened this issue Mar 1, 2016 · 3 comments
Closed

Logstash jdbc input : Read password from external file #4744

biswajit86 opened this issue Mar 1, 2016 · 3 comments

Comments

@biswajit86
Copy link

Hi, We started using logstash jdbc input in a few of our configs and so far it has been working really great. We do have some problems with the way the connection credentials are passed in

We do not store password for any of our apps in our config files.

  • First of all, it violates our security guidelines
  • Second, whenever we change a password , we do not want to change the configs for every since service that we have.

Therefore, we store our password in files on unix host and apply permissions using chmod to restrict access to the relevant applications.

However, logstash currently does not offer any other mechanism to read password files. Could you please add a config in jdbc-input plugin to read password from an external file instead of passing in a blank password.

PS:- This is not the same requirement as PR 4183

@untergeek
Copy link
Member

Please close this ticket and re-open at https://github.com/logstash-plugins/logstash-input-jdbc, which is where JDBC input-specific issues should go.

@biswajit86
Copy link
Author

@untergeek , Thanks. will do

@biswajit86
Copy link
Author

Created logstash-plugins/logstash-input-jdbc#120 instead of thi sissue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants