You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We are currently using a single Kafka as event bus. We have to define the same defaultEventBus resource in all our Namespaces where we are using ArgoEvents, with a Secret to store the credentials, which is not convenient.
Describe the solution you'd like
I'd like to have a ClusterEventBus resource that I, as platform administrator, could deploy for all my users, that they could refer is their EventSource and Sensor resources.
Describe alternatives you've considered
I currently use a Kyverno ClusterPolicy to clone a reference Secret and EventBus resources in all Namespaces.
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We are currently using a single Kafka as event bus. We have to define the same
default
EventBus
resource in all ourNamespaces
where we are using ArgoEvents, with aSecret
to store the credentials, which is not convenient.Describe the solution you'd like
I'd like to have a
ClusterEventBus
resource that I, as platform administrator, could deploy for all my users, that they could refer is theirEventSource
andSensor
resources.Describe alternatives you've considered
I currently use a Kyverno ClusterPolicy to clone a reference
Secret
andEventBus
resources in allNamespaces
.Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: