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

crane: MacOS Signed binaries #1880

Open
aaronclong opened this issue Feb 20, 2024 · 1 comment
Open

crane: MacOS Signed binaries #1880

aaronclong opened this issue Feb 20, 2024 · 1 comment
Labels
bug Something isn't working lifecycle/stale

Comments

@aaronclong
Copy link

Describe the bug

MacOS, since Catalina, has required signed binaries to run. Otherwise, you need to manually exempt the binary to use it.

I know this is quite complicated, but potentially there is a solution to ease this problem.

https://stackoverflow.com/questions/64652704/how-to-notarize-an-macos-command-line-tool-created-outside-of-xcode

https://servicemax.com.au/tips/signing-and-notarising-a-mac-binary-written-in-go/

https://github.molgen.mpg.de/pages/bs/macOSnotes/mac/mac_procs_unsigned.html

To Reproduce

Fresh install on MacOS and attempt to run the binaries from the CLI.

Expected behavior

Be able to download the MacOS binaries and use them directly without exclusion.

@aaronclong aaronclong added the bug Something isn't working label Feb 20, 2024
Copy link

This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Keep fresh with the 'lifecycle/frozen' label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lifecycle/stale
Projects
None yet
Development

No branches or pull requests

1 participant