-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
facilitate mount of certs for HTTPS Proxy #2288
Comments
/kind feature |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-lifecycle rotten |
@vdemeester: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale |
@piyush-garg @vdemeester I went back and revisited tektoncd/community#232 and see where we had some discussion on the mounting of certs. Do you all think we still need this tracking item and further augmentation of the work @pritidesai did with #2215 or do you all think we should close this item in favor of your TEP and the subsequent work that would stem from that? thanks |
I think we can close this item in favor of @piyush-garg TEP yeah 👼🏼 (and this can be quite easily be handled by the operator) |
making it official then - thanks /close |
@gabemontero: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Expected Behavior
As a follow on to #2215 to facilitate tls verify == true when going to an https proxy it would be helpful to minimally have examples of how to make those certs available to the
git
related stepsIt could be
a) an example step that does the equivalent of
git config http.sslCert ~/path/to/ssl/cert.pem
that can then be consumed by subsequentgit
operationsb) mounting of a
ConfigMap
that contains the cert and mounts it in the appropriate /etc path for a given operating systemActual Behavior
Steps to Reproduce the Problem
Additional Info
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
The text was updated successfully, but these errors were encountered: