-
Notifications
You must be signed in to change notification settings - Fork 502
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
Notarise macOS binaries for kubectl
, minikube
, kops
and kind
#2734
Comments
kubectl
, minikube
kops
and kind
kubectl
, minikube
, kops
and kind
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/lifecycle frozen |
What would you like to be added:
We are all familiar with this very annoying Gatekeeper warning when we download unsigned & unnotarized darwin binaries from the internet using a browser. Apple has forced notarising binaries since June 2019 from 10.15+ releases.
https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution
https://support.apple.com/en-gb/HT202491
Historically this required a macOS machine to be used at some point during the build process but this can now be done on any platform now.
I solved this problem for Knative and I can share my codesigning certificates and the scripts to make it possible. I think it will be a very fun QoL fix to talk about at Kubecon.
https://knative.dev/blog/releases/announcing-knative-v1-8-release/#breaking-or-notable
https://github.com/knative/func/releases/tag/knative-v1.8.0
knative/test-infra#3559
/sig cli
/sig release
The text was updated successfully, but these errors were encountered: