Fix a bug found in redis container
Summary
During testing it was found that redis service is started without the correct configuration. As a result, a client cannot connect to it and also db file cannot be generated due to denied permission. This will be fixed in this merge request by adding a configuration file for the server.
Steps to reproduce
Start Blackduck server and do a regular scan, you will find error messages in scan container about accessing redis. If you get into redis container, you will see error messages from its logs
What is the current bug behavior?
Redis service does not accept incoming connection requests
What is the expected correct behavior?
Redis service should accept incoming requests from other containers
Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.)
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
Tasks
-
Bug has been identified and corrected within the container