-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not require an ID when signing an extension #178
Comments
The new API endpoint is documented here http://addons-server.readthedocs.io/en/latest/topics/api/signing.html#uploading-without-an-id |
just hit an API error https://sentry.prod.mozaws.net/operations/olympia-dev/issues/339797/ |
This was bogus. I had the API endpoint wrong. |
We shouldn't be generating a 500 from user data though, so there might be a fix we need there to return a 400 or something. |
I'm pretty sure the 500 was from dirty dev data (multiple objects returned). I don't really think it's worth chasing down TBH. It doesn't happen when I use the right endpoint :) |
This will introduce a new option, |
sign-addon bumped here 5ea210d |
Once mozilla/addons#2648 lands on AMO, web-ext can be adjusted not to post an ID to the signing service.
Supports mozilla/addons#61
sign-addon
for no-ID supportweb-ext
for no-ID supportsign-addon
and bump theweb-ext
dependencyThe text was updated successfully, but these errors were encountered: