Skip to content

docs: add Redis ACL configuration guide for production deployments#408

Merged
phoenix-server merged 1 commit intocameri:mainfrom
saniddhyaDubey:fix/issue-89-redis-acl-docs
Apr 9, 2026
Merged

docs: add Redis ACL configuration guide for production deployments#408
phoenix-server merged 1 commit intocameri:mainfrom
saniddhyaDubey:fix/issue-89-redis-acl-docs

Conversation

@saniddhyaDubey
Copy link
Copy Markdown
Contributor

Description

Added docs/redis.md documenting the Redis commands used by Nostream and how to configure Redis ACL for production use.

Related Issue

#89

Motivation and Context

Nostream users setting up a restricted Redis user had no documentation on which commands to whitelist in their ACL config.

How Has This Been Tested?

Manually tested the ACL setup locally using Docker Compose — verified all 7 commands work with the restricted nostream user and the default user is disabled.

Screenshots (if appropriate):

All 7 required Redis commands working with restricted nostream user. ACL and WHOAMI correctly blocked:
Screenshot 2026-04-08 at 10 38 49 PM

Default user blocked with NOAUTH error confirming ACL is enforced:
Screenshot 2026-04-08 at 10 39 18 PM

Types of changes

  • Non-functional change (docs, style, minor refactor)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my code changes.
  • All new and existing tests passed.

@phoenix-server phoenix-server merged commit ff3de2f into cameri:main Apr 9, 2026
7 of 10 checks passed
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