Categorygithub.com/colinbruner/argo-workflows-webhook
repository
0.0.0-20250120160051-91516991bc2b
Repository: https://github.com/colinbruner/argo-workflows-webhook.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Argo Workflow Webhooks

Mutating webhooks for manipulating CRDs created by Argo Workflows.

Goal

I wanted to get more acquainted with Kubernetes Dynamic Admission Control through mutating and validating webhooks. I chose Argo Workflow webhooks as I use this within my home lab, which makes testing and experimentation very easy.

Design Principles

  • Simple Framework
  • Utilzing Golang STDLIB as much as possible (http, logging, etc)
  • Attempting to use Golang idiomatic practices
  • Testing!