Skip to content

Commit

Permalink
set values for username and password for hermes
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ylee authored and bari12 committed Apr 26, 2024
1 parent 14cac76 commit 7dfee82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rucio/daemons/hermes/hermes.py
Expand Up @@ -149,6 +149,8 @@ def setup_activemq(logger: "Callable"):

port = config_get_int("messaging-hermes", "port")
vhost = config_get("messaging-hermes", "broker_virtual_host", raise_exception=False)
username = None
password = None
if not use_ssl:
username = config_get("messaging-hermes", "username")
password = config_get("messaging-hermes", "password")
Expand Down

0 comments on commit 7dfee82

Please sign in to comment.