Is this a docs issue?
Type of issue
I can't find what I'm looking for
Description
Documentation on how to use these webhooks effectively is missing. Specifically regarding verifying the legitimacy of a webhook request.
The Webhook page shows a nice example of a webhook post body. The first property of the post body is the callback_url. But what to do with this? I assume it is to verify with docker hub that the request is actually sent from docker, and not some malicious source. However, I can't find any information on how to deal with this callback url.
Calling it, either with GET or POST just results in a 404.
Location
https://docs.docker.com/docker-hub/repos/manage/webhooks/
Suggestion
No response