Merge pull request #2602 from ryseek/anon_key_fix

fix: Supabase realtime service health check gets 403
This commit is contained in:
Andras Bacsai 2024-06-21 15:11:22 +02:00 committed by GitHub
commit 9919224226
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1012,7 +1012,7 @@ services:
"-o",
"/dev/null",
"-H",
"Authorization: Bearer ${ANON_KEY}",
"Authorization: Bearer ${SERVICE_SUPABASEANON_KEY}",
"http://127.0.0.1:4000/api/tenants/realtime-dev/health"
]
timeout: 5s