Skip to content

Commit

Permalink
Fix authorization problems with the event sender (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson authored Nov 28, 2024
1 parent d57c224 commit a122a50
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def __init__(self, etos: ETOS, identifier: str):
publisher = etos.config.get("event_publisher")
if self.disabled is False and publisher is None:
config = etos.config.etos_rabbitmq_publisher_data()
# This password should already be decrypted when setting up the logging.
config["password"] = etos.config.get("etos_rabbitmq_password")
publisher = RabbitMQLogPublisher(**config, routing_key=None)
etos.config.set("event_publisher", publisher)
self.publisher = publisher
Expand Down

0 comments on commit a122a50

Please sign in to comment.