-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Redis - support of Redis 6 new AUTH #7410
Copy link
Copy link
Closed
Labels
area/redisfeature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing plugins
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/redisfeature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing plugins