Page MenuHomePhabricator

[terraform] include REDIS_URL as part of keyserver terraform config
ClosedPublic

Authored by will on Jul 8 2024, 5:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 20, 4:13 AM
Unknown Object (File)
Fri, Aug 9, 9:35 AM
Unknown Object (File)
Fri, Aug 9, 9:35 AM
Unknown Object (File)
Fri, Aug 9, 9:35 AM
Unknown Object (File)
Fri, Aug 9, 9:35 AM
Unknown Object (File)
Jul 31 2024, 10:36 AM
Unknown Object (File)
Jul 24 2024, 7:22 PM
Unknown Object (File)
Jul 24 2024, 5:21 PM
Subscribers

Details

Summary

This is necessary for the keyserver to access our redis instance. We use rediss:// as we have encryption in transit enabled for our redis instance, meaning
we need to access the instance with tls enabled

Depends on D12690

Test Plan

Was able to launch two devices which connected to my self hosted keyserver and sent real-time messages to each other

Without specifying REDIS_URL, keyserver nodes would fail. Using redis:// instead of redis:// didn't allow for real-time communication.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable