tektoncd/pipeline

Cloud events per namespace

开放

#7,888 创建于 2024年4月17日

 (1 条评论) (0 个反应) (0 位负责人)Go (1,943 个派生)auto 404
area/apihelp wantedkind/feature

仓库指标

星标
 (9,013 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Feature request

In our setup, we have a large number of namespaces, each with their own custom pipelines as well as their own event listeners.

As I understand, we are allowed to provide a single sink for cloud events by specifying default-cloud-events-sink in the config-defaults config map in the tekton-pipelines or openshift-pipelines namespaces (n.b. I suppose this has been changed to the config-events config map).

IMO this approach comes with some limitations:

  1. We are not able to customize the sink per namespace.
  2. We are not able to filter out events per namespace.
  3. This functionality also presumes that we have access to the tekton-pipelines or openshift-pipelines namespaces (in our environment this access is limited to the cluster admins).

Use case

It would be very useful to be able to respond to events such as pipeline completion by listening to these events (i.e. isolated per namespace). This could potentially initialize a separate pipelinerun (which is part of the design we are trying to implement).

贡献者指南