SIENTIAPDE-1005
Redis auth
This commit is contained in:
@@ -40,7 +40,9 @@ class Activities(Postgres, Redis, Kafka, Gates):
|
||||
host=redis_config['host'],
|
||||
port=redis_config['port'],
|
||||
logger=logger,
|
||||
notification_handler=notification_handler
|
||||
notification_handler=notification_handler,
|
||||
username=redis_config['username'],
|
||||
password=redis_config['password']
|
||||
)
|
||||
|
||||
# Initialize Kafka
|
||||
|
||||
Reference in New Issue
Block a user