argo-cd icon indicating copy to clipboard operation
argo-cd copied to clipboard

BitBucket Webhook failure - processing failed: UUID verification failed

Open angelosnm opened this issue 10 months ago • 4 comments

I have configured a webhook token for BitBucket, inject it to the argocd-secret as mentioning in the documentation but sometimes it works and sometimes not.

It's pretty weird. Am I missing something?

image

angelosnm avatar Mar 29 '24 14:03 angelosnm

Do the Argo CD Pod logs contain any errors relevant to this?

jgwest avatar Mar 29 '24 17:03 jgwest

@jgwest

Nothing else apart from the below:

time="2024-03-29T19:22:54Z" level=info msg="BitBucket webhook UUID verification failed" security=3
time="2024-03-29T19:22:54Z" level=info msg="Webhook processing failed: UUID verification failed"

angelosnm avatar Mar 29 '24 19:03 angelosnm

same problem here.

carlosmenezes avatar Apr 24 '24 19:04 carlosmenezes

In my case, I use Bitbucket Cloud, and the "webhook.bitbucket.uuid" in "argocd-secret" is got from Bitbucket webhook history log's request part. The "webhook secret" in the Bitbucket website settings seems useless here. image

And the document seems a little misleading image

Note: Everything works well on my side in argocd v2.10.x. But in v2.11.x, the bitbucket cloud webhook function breaks, see https://github.com/argoproj/argo-cd/issues/18289

kyleli666 avatar May 24 '24 03:05 kyleli666

I'm seeing the same intermittent issue on v2.10.7+b060053

wms avatar Jun 05 '24 16:06 wms