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

Support renaming commands in Redis #233

Closed
logdnalf opened this issue Jan 31, 2020 · 0 comments · Fixed by #234
Closed

Support renaming commands in Redis #233

logdnalf opened this issue Jan 31, 2020 · 0 comments · Fixed by #234

Comments

@logdnalf
Copy link
Contributor

Expected behaviour

Redis Operator should allow to deploy Redis and allow the administrator to rename commands using the rename-command functionality in Redis. The ability to rename commands in Redis is a way to improve security by obscuring certain operations or by disabling them entirely.

Actual behaviour

Redis Operator does not allow using the rename-command because the CONFIG runtime operation does not allow it. rename-command has to be specified inside the redis.conf file.

Steps to reproduce the behaviour

Try to use rename-command inside the custom configuration and deployment will fail. Renaming commands is not supported at runtime using CONFIG.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant