You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When certain required payload objects are missing from the GitHub webhook, ArgoCD server panics and crashes.
This will not happen unless the payload is coming from outside of GitHub but its still a bug in the code that is causing a panic vs existing gracefully.
To Reproduce
Create a payload with the web url missing from repository.
Checklist:
argocd version
.Describe the bug
When certain required payload objects are missing from the GitHub webhook, ArgoCD server panics and crashes.
This will not happen unless the payload is coming from outside of GitHub but its still a bug in the code that is causing a panic vs existing gracefully.
To Reproduce
repository
.webhooks/api
. If the ArgoCD server does not have the secret configured dropHEADER_NAME
andHEADER_NAME2
form the curl command:Expected behavior
The request should return
HTTP/1.1 400 Bad Request
Screenshots
Version
Logs
The text was updated successfully, but these errors were encountered: