I have enabled Harbor >> Configuration >> System Settings, webhook triggered option.
- created project
- project >> webhooks configured webhook with http option & artifact push notification
- once I push the image to harbor, using docker push harbor2.dummy.com/projectname/alpine:latest in the logs observed artifact created. but how to check webhook is triggered or not ? because request not reached to webhook url.
When you enable the harbor debug mode
harbor.yaml
You should see an output in the logs or an error message.
Use a catch-all webhook response service like hookbin or requestbin to catch all incoming requests. It might be you are missing something on the receiver side.