eclipse-symphony / symphony

Symphony project
MIT License
27 stars 17 forks source link

Enable secret auth on Redis server and let client inside symphony use the secret to create connection #251

Open RemindD opened 3 weeks ago

RemindD commented 3 weeks ago

Redis server is launched with no password required so anonymous access from other service on the cluster can break symphony functionality. We'd better generate a random secret and use it for the auth between Redis server and the client inside symphony.

RemindD commented 3 weeks ago

Working in progress...