You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the support of ACL for Redis 6 (will be available in stable version in next days)
Current behavior:
Telegraf support only password:
AUTH via [protocol://][:password]@address[:port]
Desired behavior:
Telegraf support both behaviours:
-> Old version (always supported by Redis 6): [protocol://][:password]@address[:port]
-> New version: [protocol://][user][:password]@address[:port]
Use case:
Adding this feature can allow to create by example a new user "monitoring" with only "read" (based on commands allowed for this user) access on the informations that we want
Feature Request
Proposal:
Adding the support of ACL for Redis 6 (will be available in stable version in next days)
Current behavior:
Telegraf support only password:
AUTH via [protocol://][:password]@address[:port]
Desired behavior:
Telegraf support both behaviours:
-> Old version (always supported by Redis 6): [protocol://][:password]@address[:port]
-> New version: [protocol://][user][:password]@address[:port]
Use case:
Adding this feature can allow to create by example a new user "monitoring" with only "read" (based on commands allowed for this user) access on the informations that we want
More informations concerning Redis ACL available on https://redis.io/topics/acl
The text was updated successfully, but these errors were encountered: