Skip to content
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

[apple-codesign] Use new REST API for notarization #591

Closed
roblabla opened this issue Jun 10, 2022 · 1 comment
Closed

[apple-codesign] Use new REST API for notarization #591

roblabla opened this issue Jun 10, 2022 · 1 comment
Labels
apple-codesign Functionality related to signing Apple binaries

Comments

@roblabla
Copy link
Contributor

Heyo,

At WWDC22, Apple announced that they were releasing a new REST API for notarization. I believe this would allow getting rid of the dependency on Apple Transporter. It supports submitting a new package to the notarization service, and getting the submission status and logs.

@indygreg
Copy link
Owner

I saw this last week as well. We should implement support for the REST API (which appears to essentially by the formerly undocumented API used by notarytool) and delete the existing notarization code using Transporter and some undocumented APIs for polling notarization submissions.

@indygreg indygreg added the apple-codesign Functionality related to signing Apple binaries label Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apple-codesign Functionality related to signing Apple binaries
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants