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

Notarize OSX binaries #137

Open
Mpdreamz opened this issue Jan 6, 2025 · 1 comment
Open

Notarize OSX binaries #137

Mpdreamz opened this issue Jan 6, 2025 · 1 comment

Comments

@Mpdreamz
Copy link
Member

Mpdreamz commented Jan 6, 2025

We now attach builds of the binaries from various OS's to releases:

https://github.com/elastic/docs-builder/releases/tag/0.1.3

For OSX downloading these is not sufficient, a user needs to either manually ad-hoc sign.

We can create an install script that does this. This an approach bicep from azure took: https://github.com/Azure/bicep/pull/11824/files

Long term we might want to look at doing this properly: https://www.kenmuse.com/blog/notarizing-dotnet-console-apps-for-macos/

I imagine this might already be a solved piece of automation for other binaries we ship.

@reakaleek
Copy link
Member

reakaleek commented Jan 7, 2025

According to https://github.com/orgs/Homebrew/discussions/1648, notarization is not necessary for applications distributed through homebrew. But the discussion is from 2021.

oblt-cli also works out of the box when you install it through homebrew.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants