Matthias Wessendorf
Matthias Wessendorf
**Describe the bug** For `sourceSpec` and `StatusSpec` the "Sources Spec" does require still explicit fields for * Sink * CloudEventOverrides * Status * SinkURI See here for reference: https://github.com/knative/eventing/blob/main/docs/spec/sources.md#source-custom-objects However,...
It would be nice if the `apb.yaml` would support (and being valid) a `license:` field, so that one could do: ```yaml version: 1.0 license: Apache 2.0 name: my-cool-apb ... ```
adding offset setting for cfg
On Minishift with _patched_ `oc v3.11` binary, and a _workaround_ to enable admission controller webhooks, the `dynamic-admission-controllers` addon is not working. Work-around: ``` minishift openshift config set --target=kube --patch '{...
For https://github.com/minishift/minishift-addons/issues/163 I've added a Strimzi add-on!
For an easy way running Apache Kafka on Openshift, we should have an add-on for the [Strimzi](http://strimzi.io) project.
**Describe the change you'd like to see** I do not see any SASL related documentation in the kafka source docs: https://knative.dev/development/developer/eventing/sources/kafka-source/ However, the Source does support SASL in various ways,...
**Describe the change you'd like to see** The documentation on "Event Delivery" does not have any example on its usage for triggers. Example code: https://github.com/knative/eventing/blob/d5f8b90a0050dac74ec534da3d84468496f38bd7/test/rekt/resources/trigger/trigger_test.go#L236-L274 **Additional context** Add any other...
With Istio we could restrict the access to the Knative Broker, using the `AuthorizationPolicy` so that we can allow a number of workloads/namespaces to access different Broker URLs.
Opening this as an umbrella to track the various deprecations in k8s v1.25: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25 * CronJob: https://github.com/knative/eventing/issues/6538 * EndpointSlice (not used) * Event (in `vendor` folder we have `v1beta1`) *...