Kinto / kinto-signer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initialize preview and destination collections with signature

leplatrem opened this issue · comments

Otherwise the preview and destination collections remain unsigned until edited/reviewed.
When we create them, we should probably initialize the signature field immediately, empty with no record (see #201)

In our use-case this is problematic because as soon as they are created they appear in the changes endpoint. So our tools will check that their signature is valid :)