Skip to content

Commit

Permalink
docs(webhook-receivers.md): no payload validation
Browse files Browse the repository at this point in the history
fix fluxcd/notification-controller#256

Signed-off-by: lloydchang <lloydchang@gmail.com>
  • Loading branch information
lloydchang committed Nov 9, 2021
1 parent ad04862 commit 5699d3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/en/docs/guides/webhook-receivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ Fill the form with:
With the above settings, when you push a commit to the repository, the following happens:

* GitHub sends the Git push event to the receiver address
* Notification controller validates the authenticity of the payload using HMAC
* Source controller is notified about the changes
* Source controller pulls the changes into the cluster and updates the `GitRepository` revision
* Kustomize controller is notified about the revision change
Expand Down

0 comments on commit 5699d3b

Please sign in to comment.