Skip to content

Redis - support of Redis 6 new AUTH #7410

@anthosz

Description

@anthosz

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

Metadata

Metadata

Assignees

Labels

area/redisfeature requestRequests for new plugin and for new features to existing plugins

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions