Skip to content

consumer: add acl role for every consumer - #3965

Open
LKuemmel wants to merge 2 commits into
openWB:masterfrom
LKuemmel:consumer_dev
Open

LKuemmel wants to merge 2 commits into
openWB:masterfrom
LKuemmel:consumer_dev

Conversation

@LKuemmel

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

Existing consumers are not migrated on normal upgrades because reconciliation is incorrectly gated by the initialization flag.

Get a fresh assessment by requesting another Copilot review.

Pull request overview

Adds Mosquitto ACL role lifecycle management for consumers.

Changes:

  • Creates consumer access/write roles at startup and creation.
  • Removes roles when consumers are deleted.
File summaries
File Description
mosquitto_dynsec.py Reconciles consumer ACL roles during initialization.
command.py Manages roles when consumers are added or removed.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +146 to +149
for consumer in SubData.consumer_data.values():
add_acl_role("consumer-<id>-access", consumer.num)
if consumer.data.module is not None and consumer.data.module.type == "mqtt":
add_acl_role("consumer-<id>-write-access", consumer.num)

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The new role provisioning exposes unscoped commands that permit cross-consumer modifications.

Get a fresh assessment by requesting another Copilot review.

Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 2
  • Review effort level: Balanced

Pub().pub("openWB/set/command/max_id/hierarchy", new_id)
# add ACL roles for consumer access, if user management is active
if SubData.system_data["system"].data["security"]["user_management_active"]:
add_acl_role("consumer-<id>-access", new_id)
self._loop_all_received_topics(upgrade)
self._append_datastore_version(148)

def upgrade_datastore_149(self) -> None:
@benderl
benderl self-requested a review September 22, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants