Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis - support of Redis 6 new AUTH #7410

Closed
anthosz opened this issue Apr 25, 2020 · 1 comment · Fixed by #9333
Closed

Redis - support of Redis 6 new AUTH #7410

anthosz opened this issue Apr 25, 2020 · 1 comment · Fixed by #9333
Assignees
Labels
area/redis feature request Requests for new plugin and for new features to existing plugins

Comments

@anthosz
Copy link

anthosz commented Apr 25, 2020

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

@danielnelson danielnelson added area/redis feature request Requests for new plugin and for new features to existing plugins labels May 7, 2020
@jrtaisto
Copy link

jrtaisto commented Nov 5, 2020

This would be a nice to have so that admins can lock down the default user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redis feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants