Add support for Redis ACL #4367

Open
opened 2026-02-05 08:41:23 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @pythoninja on GitHub (Dec 17, 2023).

Describe the feature you'd like

ACL with username:password authentication was added by Redis recently. I want to configure a connection string using my custom username with password.

Currently, we can use an old AUTH method defined in the .env file:

REDIS_SERVERS="redis-host:6379:0:$5$Db./yjws2Eg1kqQa$5jIG"

My request is about extension of this syntax to include username, something like:

REDIS_SERVERS="redis-host:6379:0:bookstack-redis-user:$5$Db./yjws2Eg1kqQa$5jIG"

More info about ACL: https://redis.io/docs/management/security/acl/

Describe the benefits this would bring to existing BookStack users

With ACL, one can limit access only to specific keys, databases and do not rely on default settings.

Can the goal of this request already be achieved via other means?

AFAIK, no.

Have you searched for an existing open/closed issue?

  • I have searched for existing issues and none cover my fundamental request

How long have you been using BookStack?

3 months to 1 year

Additional context

No response

Originally created by @pythoninja on GitHub (Dec 17, 2023). ### Describe the feature you'd like ACL with username:password authentication was added by Redis recently. I want to configure a connection string using my custom username with password. Currently, we can use an old AUTH method defined in the `.env` file: ``` REDIS_SERVERS="redis-host:6379:0:$5$Db./yjws2Eg1kqQa$5jIG" ``` My request is about extension of this syntax to include username, something like: ``` REDIS_SERVERS="redis-host:6379:0:bookstack-redis-user:$5$Db./yjws2Eg1kqQa$5jIG" ``` More info about ACL: https://redis.io/docs/management/security/acl/ ### Describe the benefits this would bring to existing BookStack users With ACL, one can limit access only to specific keys, databases and do not rely on default settings. ### Can the goal of this request already be achieved via other means? AFAIK, no. ### Have you searched for an existing open/closed issue? - [X] I have searched for existing issues and none cover my fundamental request ### How long have you been using BookStack? 3 months to 1 year ### Additional context _No response_
OVERLORD added the 🔨 Feature Request label 2026-02-05 08:41:23 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#4367