Skip to content
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

[fetch] support custom ca cert for git repo #42

Closed
poblin-orange opened this issue Nov 8, 2020 · 5 comments
Closed

[fetch] support custom ca cert for git repo #42

poblin-orange opened this issue Nov 8, 2020 · 5 comments
Labels
enhancement This issue is a feature request

Comments

@poblin-orange
Copy link

Using kapp-controller in coroporate on premise environement requires to be able to set corporate ca cert on git configuration

@cari-lynn
Copy link

Hey @poblin-orange, thanks for opening this issue.

How do you expect the git properties under fetch to change to support this?

Would you be able to provide a description of your specific use case?

@cari-lynn cari-lynn added the enhancement This issue is a feature request label Nov 10, 2020
@poblin-orange
Copy link
Author

hello @pivotal-dean
in my context, the git repo to access is in intranet/on premise, with a corporte https certificate (CA is orange specific, not public CA). To fix, i had to add volume / volume mount to the deployment (targeting /etc/ssl/certificate to put our corporate ca cert file, i dont think it can be done from git properties ? )

@cppforlife
Copy link
Contributor

i dont think it can be done from git properties

that's right. and btw are you ok with trusting that CA for all Apps?

@poblin-orange
Copy link
Author

In a corporate env, its ok for us. Problem is if we had a mix of public repo / private repos.

@cppforlife cppforlife changed the title support custom ca cert for git repo [fetch] support custom ca cert for git repo Nov 17, 2020
@cppforlife
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue is a feature request
Projects
None yet
Development

No branches or pull requests

3 participants