You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In boto3, I created two Elasticache Redis users and noticed that the engine value for users get stored in lowercase. May need to adapt moto to store the passed values in lowercase.
The text was updated successfully, but these errors were encountered:
jflim
changed the title
Elasticache: createUser should map engine to be lowercase
[Elasticache] createUser should map engine to be lowercase
Jan 24, 2025
jflim
changed the title
[Elasticache] createUser should map engine to be lowercase
[ElastiCache] createUser should map engine to be lowercase
Jan 24, 2025
In boto3, I created two Elasticache Redis users and noticed that the engine value for users get stored in lowercase. May need to adapt moto to store the passed values in lowercase.
Create with lowercase
result:
Create with upper case
result:
Looking at the Elasticache User API docs, the values accepted are
'valkey'
or'redis'
The text was updated successfully, but these errors were encountered: