core/redis: remove redis (#4768)

* core/redis: remove redis

* 20 minute max wait
This commit is contained in:
Caleb Doxsey 2023-11-28 13:14:36 -07:00 committed by GitHub
parent d610b9c25c
commit bcddbff6e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 24 additions and 1187 deletions

View file

@ -35,11 +35,6 @@ local Routes(mode, idp, dns_suffix) =
tls_custom_ca: std.base64(importstr '../files/ca.pem'),
tls_server_name: 'fortio-ping.localhost.pomerium.io',
},
{
from: 'tcp+https://redis.localhost.pomerium.io:6379',
to: 'tcp://redis' + dns_suffix + ':6379',
allow_any_authenticated_user: true,
},
// specify https upstream by IP address
{
from: 'https://httpdetails-ip-address.localhost.pomerium.io',