Hi,
I need to create new user(s) for Redis cluster but API documentation states that “User management is not supported for Redis clusters.”.
It is also not possible to create user via doctl.
test@testubuntu:~$ doctl databases user create ***** testuser
Error: POST https://api.digitalocean.com/v2/databases/***/users: 422 (request "***") operation is not supported for this cluster type
Why is it not possible to create a new user in Redis where it is possible in PostgreSQL, MySQL, etc… ?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hey @gokhancag,
Indeed, user management is not supported for Redis clusters as of the time being.
The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.
Hope that helps!
- Bobby.