From c6402976bbab09b6bf8ec0be765aaef61f42dbc7 Mon Sep 17 00:00:00 2001 From: HrithikKanugula Date: Tue, 14 Jan 2025 21:05:08 -0800 Subject: [PATCH] Initial working example --- event-sensor-workflows/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/event-sensor-workflows/README.md b/event-sensor-workflows/README.md index bcf7c38..07d2dcd 100644 --- a/event-sensor-workflows/README.md +++ b/event-sensor-workflows/README.md @@ -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?