splitio / split-synchronizer

Golang agent for Split SDKs
Other
16 stars 15 forks source link

Unable to pass a username to Redis config #200

Closed meriouma closed 2 years ago

meriouma commented 2 years ago

I've looked at the available environment variables, and we can only provide those :

SPLIT_SYNC_REDIS_HOST
SPLIT_SYNC_REDIS_PORT
SPLIT_SYNC_REDIS_DB
SPLIT_SYNC_REDIS_PASS

We need to be able to specify a username as we want to use ACL in Redis 6.

agustinona commented 2 years ago

Hi @meriouma,

Our engineering team is evaluating this feature request. Expect it to be included in a future release.

matthewbyrne commented 2 years ago

Also looking for this feature.

mmelograno commented 2 years ago

Hi @meriouma Split Sync 5.2.0 has been released with that config.

| redis-user | username | SPLIT_SYNC_REDIS_USER | Redis username |

meriouma commented 2 years ago

Thank you! I'll try it ASAP.

meriouma commented 2 years ago

Everything works fine, thank you!