Reduce steps required to trust git repositories using self-signed certificates #21751
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/task
Internal things, technical debt, and to-do tasks to be performed.
new¬eworthy
For new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notes
Milestone
Is your task related to a problem? Please describe
Currently to work with git repositories with self-signed certificates it requires adding certificate twice following two docs [1] [2]
[1] https://www.eclipse.org/che/docs/stable/administration-guide/importing-untrusted-tls-certificates/
[2] https://www.eclipse.org/che/docs/stable/administration-guide/deploying-che-with-support-for-git-repositories-with-self-signed-certificates/
Describe the solution you'd like
It should be enough to follow only one doc to add certificate to work with git repositories with self-signed certificates
[1] https://www.eclipse.org/che/docs/stable/administration-guide/deploying-che-with-support-for-git-repositories-with-self-signed-certificates/
Release Notes Text
Configuring Eclipse Che to trust git repositories using self-signed certificates required adding the certificate twice. Some changes to Che operator allows to do that in one step now.
The text was updated successfully, but these errors were encountered: