Closed l0rd closed 1 day ago
Issues go stale after 180
days of inactivity. lifecycle/stale
issues rot after an additional 7
days of inactivity and eventually close.
Mark the issue as fresh with /remove-lifecycle stale
in a new comment.
If this issue is safe to close now please do so.
Moderators: Add lifecycle/frozen
label to avoid stale mode.
Is your enhancement related to a problem? Please describe
Admin configured trusted certificates are automatically mounted in workspaces in the folder
/public-certs/
. But the developer needs manually configure mvn / gradle / npm / go / python / nuget to trust those certificates.Describe the solution you'd like
We should automate the configuration of the dependency management tools to trust the certificates in
/public-certs/
.Something similar is done in Che server entrypoint.
This operation should not affect the startup time of the workspace (the process should be run detached).
Describe alternatives you've considered
No response
Additional context
No response