Configuration changes for Secure Redis
To configure a secure redis do the following changes:
Set the following config in the platform-service:
The secure redis url should have the following format:
rediss://:<auth-password>@<host-ip>:<port>
Set the following config in the gate service:
Restart the pods.
Last updated
Was this helpful?