Issues with connecting to code-marketplace from code-server

I followed the documentation as stated over here: https://github.com/coder/code-marketplace/tree/main/helm, ingress is configured and extensions can be added and viewed on code-server. I've tried add/removing extensions with the example provided (Vim) and I've tested using the curl given in Ingress, it works well and I get the response. However on code-server itself, there's an error of "This extension is not signed by the Extension Marketplace", and installation fails as well, as shown in the screenshot. (note that curl in the terminal of the same pod as this code-server works)
No description
3 Replies
Codercord
Codercord3d ago
<#1341317501253976075>
Category
Help needed
Product
code-server
Platform
Linux
Logs
Please post any relevant logs/error messages.
Atif
Atif3d ago
we recently fixed the issue. Please check the issue details https://github.com/coder/code-marketplace/issues/65
GitHub
All extensions show as unsigned by the Extension Marketplace preven...
Problem Statement It seems that VS Code 1.94+ is not compatible with extensions hosted in the code-marketplace. They all have this signature warning (Screenshot 1) which prevents them from being in...
joelynnnnn
joelynnnnnOP2d ago
i'm running on the newest version there's this --sign option, but i don't see it in the newest helm installation in addition, do we need to expose code-marketplace so that user can install? (see the logs in the picture above) wouldn't connection between code-marketplace and code-server suffice?

Did you find this page helpful?