fluent/fluent-plugin-sql

How to encrypt & decrypt the password in fluentd configuration

harsh288 opened this issue · 1 comments

How to encrypt the password, because of security reasons we can't keep in a text file

host rdb_host
database rdb_database
adapter mysql2_or_postgresql_or_etc
username myusername
password mypassword

This has become a huge security loophole, can someone help, this is really critical.

Note: We cannot keep the password in plain text in an environment variable.

ashie commented

Duplicate of #106