Skip to content

Commit

Permalink
Initial working example
Browse files Browse the repository at this point in the history
  • Loading branch information
HrithikKanugula committed Jan 15, 2025
1 parent 26d1a60 commit c640297
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions event-sensor-workflows/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# This folder contains artifacts and instructions for spinnaker-type pipelines such as github-triggered and webhook-triggered deployments
# Artifacts spinnaker-type github/webhook-triggered pipelines/workflows

The set-up is in srini-strix. Argo-events is setup in argo-events, argo-workflows in argo and argocd in argocd namespaces.
The working set-up is in srini-strix. Argo-events is setup in argo-events, argo-workflows in argo and argocd in argocd namespaces.

Document link: https://docs.google.com/document/d/1BVMmq7AV0MPmIREjYv2_gIyJaapM2ransW9EszBxw1w/edit?tab=t.0

Webhook strigger command:
1. Webhook trigger :
```curl -vvv -d '{"message":"test"}' https://webhook-events.srini-striks.opsmx.co/webhook -H "content-type: application/json"```

2. URL: https://argo.srini-striks.opsmx.co/event-flow/argo-events
3. we should see a new webhook-pod getting created in argo-events namespace

TODO: pod-logs are not showing up in sensor-created workflow pods. Looks like authentication is the issue?

0 comments on commit c640297

Please sign in to comment.