Scott Nichols

Results 43 issues of Scott Nichols

See https://www.theserverside.com/feature/Why-GitHub-renamed-its-master-branch-to-main

Ref: https://github.com/cloudevents/spec/blob/master/http-webhook.md#413-webhook-request-callback The spec says this: ``` If the delivery target chooses to grant permission by callback, it withholds the response headers. ``` And also: ``` The HTTP GET request...

At the moment we are going down the path of custom REST APIs for the Discovery and Subscription APIs. Being part of the CNCF, we should consider the more ubiquitous...

We currently have no way to attach custom metadata to a service definition. ```json { "id": "cbdd62e8-c095-11ea-b3de-0242ac130004", "url": "https://example.com/services/widgetService", "name": "widgets", "specversions": ["1.0"], "subscriptionurl": "https://events.example.com", "protocols": ["HTTP"], "events": [ {...

The spec is inconsistent on how it defines the `subscription.filter` property. It has a sub-section but the top-level object is not defined like the rest of the properties in the...

In kube-native resource definitions, we see a lot of implementations that neglect to define the expected shape of the status, but it is vital as the specification to define the...

schema

Wanted to bring up the question of changing the Knative Release cycle period. At the moment we are releasing fairly trivial releases every 6 weeks, which points to a fact...

**Problem** Simplify operations for developers using Knative by allowing addressable resources to have autotrigger sugar labels. See PoC here: https://github.com/n3wscott/autotrigger **[Persona:](https://github.com/knative/eventing/blob/master/docs/personas.md)** Developer **Exit Criteria** The sugar controller enables auto-trigger

kind/feature-request
area/ux-decision
priority/important-longterm
area/eventing
triage/accepted
roadmap

**Description** Expanding on https://github.com/sigstore/rekor/issues/592, it is not enough to just produce CloudEvents, we could implement the [CloudEvents HTTP Webhook](https://github.com/cloudevents/spec/blob/v1.0.1/http-webhook.md), allowing folks to stop polling the REST endpoints with active pushes...

enhancement

We added protobuf format support but not a sample of how to use it. See https://github.com/cloudevents/sdk-go/pull/662 https://github.com/cloudevents/sdk-go/pull/688