Skip to content

Commit

Permalink
Merge pull request #3113 from schandrika/fix_3112
Browse files Browse the repository at this point in the history
minor fix for issue #3112
  • Loading branch information
craig8 authored Aug 26, 2023
2 parents 5cd1755 + 914d98f commit c71b5b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion volttron/platform/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c71b5b4

Please sign in to comment.