veveno

Results 4 comments of veveno

Hello i have probably the same probleme. I'm in airgapped env. Im running code-server in k8s. I have setup CORS. And using SSLTerminate behind HAPROXY. I can put extension on...

> Just to confirm, did you set the required forwarding headers? See the section here: https://github.com/coder/code-marketplace?tab=readme-ov-file#exposing-the-marketplace Yee I have tried in front of my haproxy and my nginx ingress, but...

Hello, yes i have correctly setup the Forwarded-host & Forwarded-Proto, but i've got the same probleme, in my ingress nginx i set this parameter : ``` annotations: nginx.ingress.kubernetes.io/enable-cors: "false" nginx.ingress.kubernetes.io/cors-allow-origin:...

Bonjour, I've tried so many option but no on works. I actually i have set : ``` nginx.ingress.kubernetes.io/configuration-snippet: | more_set_headers "X-Forwarded-Host $http_host"; more_set_headers "X-Forwarded-Proto https"; ``` And the only solution...