plugins/patterns/skills/argo-events-setup-guide/SKILL.md
Deploy event-driven automation with EventSource, EventBus, and Sensor configuration. Complete setup guide for production Argo Events on Kubernetes clusters.
npx skillsauth add adaptive-enforcement-lab/claude-skills argo-events-setup-guideInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This guide covers EventSource, EventBus, and Sensor configuration for event-driven automation.
This guide covers EventSource, EventBus, and Sensor configuration for event-driven automation.
| Component | Purpose | Guide | | ----------- | --------- | ------- | | EventSource | Connect to external systems (Pub/Sub, webhooks) | EventSource Configuration | | EventBus | Message broker for event delivery | EventBus Configuration | | Sensor | Filter events and trigger workflows | Sensor Configuration |
EventBus First
Deploy the EventBus before creating EventSources or Sensors. Without a running EventBus, events have nowhere to go.
kubectl logs -n argo-events -l eventsource-name=<name>pubsub.subscriber rolekubectl logs -n argo-events -l sensor-name=<name>maxAge retention| Component | Purpose | Guide | | ----------- | --------- | ------- | | EventSource | Connect to external systems (Pub/Sub, webhooks) | EventSource Configuration | | EventBus | Message broker for event delivery | EventBus Configuration | | Sensor | Filter events and trigger workflows | Sensor Configuration |
EventBus First
Deploy the EventBus before creating EventSources or Sensors. Without a running EventBus, events have nowhere to go.
kubectl logs -n argo-events -l eventsource-name=<name>pubsub.subscriber rolekubectl logs -n argo-events -l sensor-name=<name>maxAge retentionSee troubleshooting.md for common issues and solutions.
documentation
Workload Identity Federation implementation guide. GKE setup, IAM bindings, ServiceAccount configuration, migration from service account keys, and troubleshooting patterns.
development
Secure GitHub Actions trigger patterns for pull requests, forks, and reusable workflows. Preventing privilege escalation and code injection through trigger misconfiguration.
development
Structured framework for evaluating GitHub Actions security before adoption. Trust tiers, risk assessment checklist, and decision tree for action evaluation.
testing
Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.