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

App specific passwords not possible? #372

Open
NorseGaud opened this issue Apr 25, 2024 · 2 comments
Open

App specific passwords not possible? #372

NorseGaud opened this issue Apr 25, 2024 · 2 comments
Labels

Comments

@NorseGaud
Copy link

We need to use app specific passwords with Team ID (https://developer.apple.com/documentation/technotes/tn3147-migrating-to-the-latest-notarization-tool#App-specific-password). We do not have App Store applications to notarize and just notarize binaries.

Is this supported? I see TeamID is not according to #147.

If not, this is extremely important as almost every one of our projects are just golang binaries that need signing and notarization to be distributed on github for example, Quill is the perfect solution for this if it supports app specific password/team ID.

Our current scripts (which run on mac) are as follows:

  1. codesign --sign "Developer ID Application" --force -o runtime --timestamp "$BINARY"
  2. run notarytool submit
if ! INFO=$(xcrun notarytool submit --team-id TTXXXXXX --apple-id "${NOTARIZE_USERNAME}" --password "${NOTARIZE_PASSWORD}" --wait "$TEMP"); then
  echo "problem with notarization command -- run manually to determine failure reason"
  exit 3
fi
@NorseGaud NorseGaud added the enhancement New feature or request label Apr 25, 2024
@kzantow
Copy link
Contributor

kzantow commented Sep 30, 2024

Hey @NorseGaud -- we're not opposed to making some of these changes, but we simply don't have a way to test them to validate that anything we do actually works, since there are some specifics needed for the Apple accounts. If someone is interested in contributing this, we can certainly help to get these changes in.

@NorseGaud
Copy link
Author

@kzantow , I have since moved on from quill due to the lack of reply. It's up to your what you want to do here.

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

No branches or pull requests

3 participants