Stream webhook authentication error with aws cloudfront signed urls

Type

I don’t know

What is the issue you’re encountering

A webhook using a signed cloudfrontURL in a cloudflare stream is not succeeding.

What steps have you taken to resolve the issue?

URLs like the following will fail.
https://test-cloudfront-domain/test/7ec58b4e-65a1-5bbf-9db6-d82af3734845/01JNZEE25DQ4AT6QJ0AJR2FHX8.mp4?Expires=1741590688&Key-Pair-Id=AAAAAAAAAA&Signature=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

The cloundfrontURL that does not require a signature authenticates successfully.
https://test-cloudfront-domain/test/7ec58b4e-65a1-5bbf-9db6-d82af3734845/01JNZEE25DQ4AT6QJ0AJR2FHX8.mp4

Do you have a solution?

Thank you.