Aart van Baren

Results 333 comments of Aart van Baren

Hi @AnHeuermann! Thanks for the feature request. This would be a good enhancement.

> https://open-vsx.org/api/ms-python/debugpy -> works As expected. This API endpoint passes `null` as the target platform. https://github.com/eclipse/openvsx/blob/91ba91ddbae762d37a38c78756a39716eb487aae/server/src/main/java/org/eclipse/openvsx/RegistryAPI.java#L285 Only if the `targetPlatform` is valid, it is included as a condition in the...

Hi @vex-vsc, changing the GitHub avatar should change the Open VSX account avatar.

Ok, do we need to make changes in the [EclipseService](https://github.com/eclipse/openvsx/blob/master/server/src/main/java/org/eclipse/openvsx/eclipse/EclipseService.java)?

> > Ok, do we need to make changes in the [EclipseService](https://github.com/eclipse/openvsx/blob/master/server/src/main/java/org/eclipse/openvsx/eclipse/EclipseService.java)? > > Among other things, probably yes. I suspect the class that needs to change most is the...

@chrisguindon I'm looking forward to a PR with the new `spring.security.oauth2.client.registration.eclipse` configuration.

https://github.com/EclipseFdn/open-vsx.org/blob/ef028976583acbf747fe2be6c497d769b8924ad6/configuration/application.yml#L53-L63

``` 2025-06-09T19:39:39.781Z ERROR [openvsx-server,506e688f7a788c0ebb4f6f6c55773107,f87e4dd3e0aed40f] 1 --- [openvsx-server] [qtp1455940305-28] [506e688f7a788c0ebb4f6f6c55773107-f87e4dd3e0aed40f] o.e.openvsx.eclipse.EclipseService : Get request failed with URL: https://api.eclipse.org/openvsx/profile org.springframework.web.client.HttpClientErrorException$Forbidden: 403 Forbidden: [no body] at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:109) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:183) at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:137) at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63)...

> In the future, we won't need to do pushes to the open-vsx.org site configurations to link to production any more! You moved the configuration to `DEPLOYMENT_CONFIG`?

@heurtematte Only the secret or also the endpoints? Meaning, can `spring.security.oauth2.client.registration.eclipse.*`, `spring.security.oauth2.client.provider.eclipse.*` and `ovsx.eclipse.*` be removed from https://github.com/EclipseFdn/open-vsx.org/blob/main/configuration/application.yml?