> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/isd-spinnaker/opsmx-intelligent-software-delivery-isd-platform-spinnaker/release-notes/additional-resources/configuration-changes-for-2025.03.00/configuration-changes-for-secure-redis.md).

# Configuration changes for Secure Redis

To configure a secure redis do the following changes:

1. Set the following config in the platform-service:

```
redis:
  connection: <redis-url>
```

The secure redis url should have the following format:

`rediss://:<auth-password>@<host-ip>:<port>`

2. Set the following config in the gate service:

```
redis:
  connection: <redis-url>
  configuration:
    secure: true
```

3. Restart the pods.
