mozilla-services / autograph-canary

An AWS lambda for checking Autograph signing is working correctly
0 stars 1 forks source link

fix failing content signature tests #30

Closed g-k closed 3 years ago

g-k commented 3 years ago

Seeing this error https://github.com/mozilla/tls-canary/issues/227

One possible solution is pulling in the content signature JS from about remove settings / remote settings dev tools.

g-k commented 3 years ago

We have two integration points:

After digging into this for awhile last week, RemoveSettingsClient doesn't expose a fetch method and .sync does a lot of other work (like synchronizing the local IndexDB).

Assuming verification code as used in the RS client remains, since we'll still be testing the paths Fx uses.