Chatwoot/config
sony-mathew 2168f823a5 [#446] Redis authentication support
Previously we did not support authentication for redis anywhere. Also in the docker compose we were exposing redis port 6379 without any authentication. In the app side for the connections that app server (for storing keys as well as for socket connections made using action cable) and Sidekiq were making to redis server did not support authentication.

With this commit, we support authentication for redis connections from app side and Sidekiq. This is supported in docker-compose as well.

The changes include :
* Added support for new env variable REDIS_PASSWORD
* This redis password is now supported by action cable connections, Sidekiq connections and app side redis connections
* Since Sidekiq did not have an initializer, added an initializer to pass custom config to Sidekiq (for now it's options for redis)
* Changes in docker-compose to pickup a password set in .env file to protect the redis server running in docker
* Added necessary documentation changes in `docker.md` and `environment-variables.md`
2020-01-26 22:46:34 +05:45
..
environments Enhancement: Use S3 for active storage (#398) 2019-12-29 11:13:28 +05:30
initializers [#446] Redis authentication support 2020-01-26 22:46:34 +05:45
locales Feature/update confirmation email information (#145) 2019-10-14 14:24:58 +05:30
webpack [Feature] Website live chat (#187) 2019-10-29 12:50:54 +05:30
application.rb Bugfix: Production autoload issue for bot.rb 2020-01-09 14:36:20 +05:30
boot.rb Upgrade to rails 6 💎 (#11) 2019-08-19 13:49:57 +05:30
cable.yml [#446] Redis authentication support 2020-01-26 22:46:34 +05:45
database.yml Fix private note shown to user in widget (#308) 2019-11-27 10:12:57 +05:30
environment.rb Initial Commit 2019-08-14 15:18:44 +05:30
plans.yml Use secret_key_base from env 2019-08-15 23:08:36 +05:30
puma.rb 🚨Fix Rubocop lint errors 2019-10-20 14:17:26 +05:30
reports_redis.yml Initial Commit 2019-08-14 15:18:44 +05:30
routes.rb Refactor: Inbox store, remove inboxes from sidebar (#387) 2019-12-28 21:56:42 +05:30
secrets.yml Use secret_key_base from env 2019-08-15 23:08:36 +05:30
sidekiq.yml Send emails via sidekiq (#380) 2019-12-25 03:03:02 +05:30
spring.rb 🚨Fix Rubocop lint errors 2019-10-20 14:17:26 +05:30
storage.yml Enhancement: Use S3 for active storage (#398) 2019-12-29 11:13:28 +05:30
webpacker.yml [Enhancement] Docker support Debugging (byebug & pry) and receive emails to MailHog via smtp (#371) 2019-12-22 22:53:18 +05:30