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, Nov 12, 10:28 AM
Unknown Object (File)
Tue, Nov 12, 7:52 AM
Unknown Object (File)
Tue, Nov 12, 6:38 AM
Unknown Object (File)
Tue, Nov 12, 12:30 AM
Unknown Object (File)
Fri, Nov 8, 3:21 AM
Unknown Object (File)
Oct 25 2024, 11:44 PM
Unknown Object (File)
Oct 23 2024, 12:45 PM
Unknown Object (File)
Oct 11 2024, 7: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