We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Same problem written up in #246 for v 0.7.0
Like with 0.7.0, codesign -d --verbose=4 docker-credential-osxkeychain-v0.8.0 shows Signature=adhoc instead of
codesign -d --verbose=4 docker-credential-osxkeychain-v0.8.0
Signature=adhoc
Signature size=9001 Authority=Developer ID Application: Docker Inc (9BNSXJN65R) Authority=Developer ID Certification Authority Authority=Apple Root CA
from version 6.x
When I try getting the record, I get this result:
$ echo https://index.docker.io/v1/ | docker-credential-osxkeychain get The user name or passphrase you entered is not correct.
My guess is that because the app isn't correctly notarized, osxkeychain doesn't grant its request for the password
osxkeychain
The text was updated successfully, but these errors were encountered:
Turns out we notarize the binary for release. I was testing with a dev build all this time.
Sorry, something went wrong.
No branches or pull requests
Same problem written up in #246 for v 0.7.0
Like with 0.7.0,
codesign -d --verbose=4 docker-credential-osxkeychain-v0.8.0
showsSignature=adhoc
instead offrom version 6.x
When I try getting the record, I get this result:
My guess is that because the app isn't correctly notarized,
osxkeychain
doesn't grant its request for the passwordThe text was updated successfully, but these errors were encountered: