Questions tagged [argo-events]
44 questions
0
votes
0 answers
Unable to trigger the workflow due to SSH agent requested but SSH_AUTH_SOCK not-specified
I'm currently in the process of configuring a sensor to utilize Git as its trigger source. However, I've run into an obstacle where I'm encountering the error message 'SSH agent requested but SSH_AUTH_SOCK not-specified.' Despite carefully verifying…

Ia1
- 500
- 1
- 7
- 15
0
votes
0 answers
How do I get the value of the url from the post request and use it on the git repo
I have an argo sensor that triggers a workflow after receiving an event from event bus.
I want to get the value of the post request and use it as a git url to clone the repository into argo workflow
apiVersion: argoproj.io/v1alpha1
kind:…

etranz
- 891
- 2
- 10
- 29
0
votes
0 answers
unable to resolve 'test-dep' parameter
I have an argo sensor that I want to trigger a workflow after receiving an event from event bus.
It triggers the sensor but the issue is that the workflow does not start
I am sending a post request from postman with a body containing the url
I want…

etranz
- 891
- 2
- 10
- 29
0
votes
0 answers
Pod not creating in ArgoCD under argo-events namespace
I am trying to use Argocd to create an event source under argo-events namespace
I have sync the event source manifest and it synced but the pod and service did not create under argo-events namespace
I tried to get all pod under argo-events namespace…

etranz
- 891
- 2
- 10
- 29
0
votes
0 answers
How to do in Argo Events : Passing Kafka event-source messages listens on kafka topics and sends back the message to the event-hub sensor trigger
The structure of an event dispatched from kafka broker
{
"id" : "12hhj-udhahj12-bsjdjs93",
"name" : "test"
}
How to add the dispacted data from kafka event-source into event-hub sensor payload alogn with few additional json attribute.
the…

debasish pradhan
- 1
- 1
0
votes
0 answers
In Argo workflow what is the difference between an EventSource and a WorkflowEventBinding?
According to the event_source doc in Argo workflow:
An EventSource defines the configurations required to consume events from external sources like AWS SNS, SQS, GCP PubSub, Webhooks, etc. It further transforms the events into the cloudevents and…

Geoffrey
- 69
- 1
- 2
- 5
0
votes
0 answers
argo-events EventSource not detecting any update when using k8s object deployments
Event source logs show no error when deployed, but when we make changes on the k8s object deployments. There is nothing that happened in the logs, and the Sensor didn't get triggered.
But when i use Webhook as the EventSource everything works…

strelok29
- 1
- 1
0
votes
0 answers
kubernetes: external IP (of LB) needed in argo events SNS source
I'm using argo-events in kubernetes and setting up an Event Source which will receive an SNS message.
In the YAML for this event source, I need to set the 'endpoint' so the SNS service can call my event source. For this I'm setting up a Load…

Warpin
- 6,971
- 12
- 51
- 77
0
votes
0 answers
Helm, by default, does not manage or modify custom resources like WorkflowTemplates?
We have created two argoevents helm charts apart from argoworkflow chart.
argoeventsCRD
argoeventsObj
argoeventsCRD contains the CRD's and argoeventsObj contains the argoworkflow templates
Now after helm install everything works fine but when we…

Lucifer007
- 107
- 1
- 14
0
votes
1 answer
Having trouble getting rateLimit working in Argo Events sensor trigger
I'm trying to limit the number of Argo workflows started per minute in an Argo events sensor trigger using the rateLimit parameter as specified in https://argoproj.github.io/argo-events/sensors/more-about-sensors-and-triggers/. But no luck so…

ldjohn
- 1
- 2
0
votes
0 answers
Undefined Namespace in Argo UI deployed using Helm when launched first time
We have deployed argoworkflow and argoevents using helm packages.
After successful deployment when the argo UI is launched first time using secret token which is generated for the SA configured.
Once logged in the UI the namespace is filled as…

Lucifer007
- 107
- 1
- 14
0
votes
1 answer
Unable to update or delete existing argo events sensor and EventSource
Experiencing issue while modifying or deleting an existing argo events sensor.
Tried to modify a sensor
I tried to apply changes to an existing sensor.
But new changes are not taking effect. When it gets triggered, it is still using old…

Sairam Krish
- 10,158
- 3
- 55
- 67
0
votes
1 answer
Argo Events Kafka triggers cannot parse message headers to enable distributed tracing
TL;DR - Argo Events Kafka eventsource triggers do not currently parse headers of consumed Kafka message, which is needed to enable distributed tracing. I submitted a feature request (here) - if you face the same problem please upvote, and curious if…

Jae Ryu
- 21
- 2
0
votes
1 answer
How to run an existing Argo Workflow after completion of another Argo workflow?
So I have a Argo workflow_B that needs to run after completion of Argo workflow_A which is used by another team. Both workflows already exist I just want to chain them together.
How can I achieve that?
Is it possible to do such thing using…

Mehdi Asgharzadeh
- 21
- 3
0
votes
3 answers
How can you trigger an existing workflow/workflow-template outside argo-events template or namespace?
Based on documentation, we can trigger the creation of a workflow. Is there is a way to trigger an existing workflow (deployed in argo namespace) from a sensor in argo-events namespace?
Something like:
apiVersion: argoproj.io/v1alpha1
kind:…

letthefireflieslive
- 11,493
- 11
- 37
- 61