Closed toby181 closed 1 year ago
@toby181 so you expect all S3 requests to go through HTTP \ HTTPS proxy, right?
@vania-pooh yep, basically that. In my opinion being able to set environment for the video-recorder container via the helmrelease should do the trick. Unfortunately I don't see an option that I can try this out by somehow manipulating the helm chart. As I mentioned, the only way to proof it, was the awscli pod.
Hi together,
We got moon2, version 2.5.2, running on kubernetes, with video recording enabled.
When the video-recorder container tries to upload the video to a google cloud storage, it does not show any exception, rather the opposite, that it's doing it.
Checking the bucket itself, it's empty.
It seems that the proxy is blocking the request since the proxy settings are missing for the video-recorder container. For the browser container the proxy is passed over.
To verify this assumption I've created an awscli pod with and without proxy.
without proxy (request cancelled, after 1 minute still no response)
with proxy
I've checked the helm chart and the CRDs but could not anything related to this issue. Do I miss something or is that might a missing feature?