From 365de2a60466b6e26d1a441d05ce6b2126fdbba5 Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Fri, 26 Jul 2024 11:43:40 -0500
Subject: [PATCH] Add interface info to message

---
 account_manager.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/account_manager.py b/account_manager.py
index 16175c3..4e79638 100755
--- a/account_manager.py
+++ b/account_manager.py
@@ -48,6 +48,7 @@ msg["state"] = state
 msg["service"] = service
 msg["queuename"] = queuename
 msg["executed_by"], msg["host"] = rc_util.get_caller_info()
+msg["interface"] = "CLI"
 
 # publish msg with acctmgr.{uname} routing key.
 rc_rmq.publish_msg(
-- 
GitLab