-
Notifications
You must be signed in to change notification settings - Fork 352
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
Add TLS configuration in the ingress trait #5635
Comments
Thanks. Contributions are welcomed as usual! |
I've never done Go development, I may look at it this weekend or monday
|
Yeah, that's correct. This particular development should not require the knowledge of the entire operator. If the unit tests are passing, then, we should be fine. Have a look at https://camel.apache.org/camel-k/next/contributing/developers.html and feel free to ping either here on in Zulip chat to get any support. |
hi, From https://camel.apache.org/camel-k/2.3.x/contributing/developers.html#_for_minikube, ran
but I keep having sure I'm missing a simple thing |
Ah, yes, you need to |
Requirement
As an integration developper using camel-k, I want to user TLS on my ingresses so I can securely contact my camel-k integrations
Problem
To fully configure TLS on an ingress, we need to set the spec.tls part (hosts and secretName).
https://kubernetes.io/docs/concepts/services-networking/ingress/#tls
But this is actually not covered by the actual ingress trait
Proposal
Implement this configuration properties:
to set
Open questions
No response
The text was updated successfully, but these errors were encountered: