From 914d98fbf3cf407d08ae4cc346769fbd8208e491 Mon Sep 17 00:00:00 2001 From: Chandrika Sivaramakrishnan Date: Fri, 25 Aug 2023 17:15:08 -0700 Subject: [PATCH] minor fix for issue #3112 --- volttron/platform/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/volttron/platform/main.py b/volttron/platform/main.py index e61e5619a9..9df02431b1 100644 --- a/volttron/platform/main.py +++ b/volttron/platform/main.py @@ -984,7 +984,8 @@ def rmq_router(stop): config_store = ConfigStoreService(address=address, identity=CONFIGURATION_STORE, message_bus=opts.message_bus, - enable_auth=opts.allow_auth) + enable_auth=opts.allow_auth, + enable_store=False) if opts.allow_auth: entry = AuthEntry(credentials=config_store.core.publickey,