gaia-pipeline / gaia

Build powerful pipelines in any programming language.
Apache License 2.0
5.2k stars 245 forks source link

Webhooks are global and share a secret for all pipelines #267

Closed Skarlso closed 4 years ago

Skarlso commented 4 years ago

The secret should be prefixed with the pipeline name because this means that all webhooks use the same secret right now which is not ideal.

Skarlso commented 4 years ago

Once this is done, document the thing.

Skarlso commented 4 years ago

done by https://github.com/gaia-pipeline/gaia/pull/283