SIENTIAPDE-1005

Redis auth
This commit is contained in:
vitor-aignosi
2025-05-19 10:08:45 -03:00
parent df8a0fc706
commit 9b715ea8c9
3 changed files with 19 additions and 6 deletions

View File

@@ -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