Skip to content
Snippets Groups Projects
Commit db1595a6 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Add tracking ssh access agent success in the acctmgr workflow agent.

parent af1e782a
No related branches found
No related tags found
2 merge requests!147Merge previous default branch feat-cod-rmq into main,!137Refactor ssh access agent
...@@ -42,6 +42,7 @@ def manage_acct(ch, method, properties, body): ...@@ -42,6 +42,7 @@ def manage_acct(ch, method, properties, body):
if service == 'all': if service == 'all':
current["new_jobs"] = None current["new_jobs"] = None
current["expire_account"] = None current["expire_account"] = None
current["ssh_access"] = None
# send a broadcast message to all agents # send a broadcast message to all agents
rc_rmq.publish_msg( rc_rmq.publish_msg(
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment