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
Is your feature request related to a problem? Please describe.
The client gateway uses REDIS without authentication mechanism. It would be nice to be able to configure the client gateway to point to REDIS instances which requires a password to connect to.
Provide references to the feature you are implementing that requires this change
I would like to set these environments with a password
Is your feature request related to a problem? Please describe.
The client gateway uses REDIS without authentication mechanism. It would be nice to be able to configure the client gateway to point to REDIS instances which requires a password to connect to.
Provide references to the feature you are implementing that requires this change
I would like to set these environments with a password
https://github.com/safe-global/safe-client-gateway/blob/main/.env.sample#L70
Describe the solution you'd like
Modify the rust implementation of the
RedisConnectionManager
to accept connections with passwordDescribe alternatives you've considered
None, it is not an option in many platforms to deploy apps which requires unauthenticated redis access
The text was updated successfully, but these errors were encountered: