eclipse-cbi / org.eclipse.cbi

CBI Maven plugins and Webservices
https://eclipse-cbi.github.io/org.eclipse.cbi/
Eclipse Public License 2.0
1 stars 10 forks source link

Use rust implementation for macos signing #380

Open netomi opened 10 months ago

netomi commented 10 months ago

There is a rust implementation for apple related services, including signing at https://github.com/indygreg/apple-platform-rs

We should consider using that as this would allow us the run the signing service as a pod in the okd cluster, getting rid of the special setup where the service runs on macmini machines.

akurtakov commented 5 months ago

This one seems to be https://github.com/eclipse-cbi/macos-notarization-service/issues/264 . Closing it but please reopen with details if I got it wrong.

netomi commented 5 months ago

No thats for the notarization part. Please dont close Tickets wo prior consultation.

netomi commented 3 weeks ago

Created PR https://github.com/indygreg/apple-platform-rs/pull/155 to fix handling of xar files when signing installer pkgs.