apache / camel-k

Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
https://camel.apache.org/camel-k
Apache License 2.0
848 stars 345 forks source link

TLS support of Knative #5607

Open Leo6Leo opened 2 weeks ago

Leo6Leo commented 2 weeks ago

Requirement

Knative Eventing has recently released TLS support for event delivery, which is currently in the alpha stage. Adding support for this feature in Camel-K would ensure encrypted event delivery.

Problem

Currently, Camel-K does not support the newly released TLS feature for Knative Eventing components. This limitation prevents users from leveraging encrypted event delivery within their clusters and third-party sinks when they enabled transport-encryption feature flag in Knative.

Proposal

No response

Open questions

No response

squakez commented 2 weeks ago

Thanks for the feature request. Just a little notice though. The Knative feature is still marked as "experimental". Any contribution is welcome as usual anyway.