-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply git self-signed SSL certs #142
Conversation
Signed-off-by: Igor Vinokur <[email protected]>
@vinokurig |
@tolusha |
ConfigMapKeyRef: &corev1.ConfigMapKeySelector{ | ||
Key: "githost", | ||
LocalObjectReference: corev1.LocalObjectReference{ | ||
Name: "che-git-self-signed-cert", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is the same name as above.
Is it correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it uses the same config-map, but another key
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested!
Add new boolean property gitSelfSignedCertthat applies environment variables that contain SSL certificate and git host written from che-git-self-signed-cert config map. The same logic is applied for the helm deployment: eclipse-che/che#15218 fixes eclipse-che/che#15285 Docs PR: eclipse-che/che-docs#1001 Signed-off-by: Igor Vinokur <[email protected]>
Add new boolean property
gitSelfSignedCert
that applies environment variables that contain SSL certificate and git host written fromche-git-self-signed-cert
config map.The same logic is applied for the helm deployment: eclipse-che/che#15218
fixes eclipse-che/che#15285
Docs PR: eclipse-che/che-docs#1001