knative-extensions / kn-plugin-event

Kn plugin for sending events to Knative sinks.
Apache License 2.0
7 stars 22 forks source link

Support Eventing TLS #297

Closed rhuss closed 9 months ago

rhuss commented 1 year ago

original issue https://github.com/knative/client/issues/1801 by @pierDipi

Feature request

As the Eventing TLS feature track describes we should support in kn-plugin-event sending events to HTTPS endpoints

I'm opening this issue here instead of on the actual kn-plugin-event repository since I'm tracking the progress on a project in the knative org

Use case

As a developer I want to sent events to HTTPS endpoints of Addressables so that events don't transit in plaintext

UI Example

I'm not sure, we can discuss this aspect.

rhuss commented 1 year ago

/kind proposal /triage accepted

pierDipi commented 1 year ago

@rhuss I think this is the wrong repository

pierDipi commented 1 year ago

cc @cardil

pierDipi commented 9 months ago

Initial alpha version has been released and documented at https://knative.dev/docs/eventing/experimental-features/transport-encryption/, try it and give us feedback.