8000 App specific passwords not possible? · Issue #372 · anchore/quill · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
App specific passwords not possible? #372
Open
@NorseGaud

Description

@NorseGaud

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Stalled

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0