Kinto / kinto-signer

Digital signatures to guarantee integrity and authenticity of collections of records.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should CloudFront invalidation make signature fail ?

leplatrem opened this issue · comments

Currently, when we set status: to-sign, we sign the data and send a CloudFront invalidation request (if configured).

If CloudFront invalidation fails, we collect a Sentry but the request response is not affected.

Should we return 5XX if CloudFront invalidation fails ?