Skip to content

Enable MONITOR ACL permission for FALKORDB_USER#554

Merged
dudizimber merged 2 commits intomainfrom
copilot/enable-monitor-acl
Feb 15, 2026
Merged

Enable MONITOR ACL permission for FALKORDB_USER#554
dudizimber merged 2 commits intomainfrom
copilot/enable-monitor-acl

Conversation

Copy link
Contributor

Copilot AI commented Feb 15, 2026

Adds +MONITOR to ACL permissions for FALKORDB_USER to enable real-time command streaming.

Changes

  • node-entrypoint.sh: Added +MONITOR to ACL SETUSER command (line 413)
  • cluster-entrypoint.sh: Added +MONITOR to ACL SETUSER command (line 355)

The permission is positioned after +READONLY and before GRAPH commands in both configurations to maintain consistency.

redis-cli ACL SETUSER $FALKORDB_USER on ">$FALKORDB_PASSWORD" ~* \
  +INFO +CLIENT +DBSIZE ... +READONLY +MONITOR +GRAPH.INFO ...
Original prompt

This section details on the original issue you should resolve

<issue_title>enable MONITOR acl</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: dudizimber <16744955+dudizimber@users.noreply.github.com>
Copilot AI changed the title [WIP] Enable MONITOR ACL functionality Enable MONITOR ACL permission for FALKORDB_USER Feb 15, 2026
Copilot AI requested a review from dudizimber February 15, 2026 09:23
@dudizimber dudizimber marked this pull request as ready for review February 15, 2026 09:53
@dudizimber dudizimber merged commit 075693b into main Feb 15, 2026
79 checks passed
@dudizimber dudizimber deleted the copilot/enable-monitor-acl branch February 15, 2026 10:58
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.

enable MONITOR acl

3 participants