Closed mtibben closed 8 months ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
The Homebrew distribution does not sign the aws-vault binaries, while the "cask" distribution does.
❌
brew install aws-vault
-> unsigned binary ✅brew install --cask aws-vault
-> signed binaryAll Apple documentation guides the developer to sign binaries when dealing with the keychain, but I am unclear of the exact limitations of these unsigned binaries.
I myself have run into issues when using unsigned binaries with the keychain, however I've struggled to provide concrete examples to the homebrew maintainers.
Issues I've anecdotally seen with the unsigned Homebrew binaries:
These issues are suspected to be caused by the unsigned homebrew binaries
I've previously raised these issues with the maintainers at https://github.com/Homebrew/homebrew-core/pull/84589
My advice is to NOT use the Homebrew distribution, use the cask distribution instead.