imago icon indicating copy to clipboard operation
imago copied to clipboard

Implement webhooks to trigger imago remotely via http

Open philpep opened this issue 5 years ago • 0 comments

For example:

$ curl -X POST https://imago.example.com/deployment/app
{
   "containers": {
        "app": {
           "new": "registry/app@sha256:YYYY",
           "old": "registry/app@sha256:XXXX"
    },
    "initContainers": {}
}

The webhook url could be protected by basic auth / ingress.

philpep avatar Mar 10 '19 16:03 philpep