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

Issue & Solution when using iCloud keychain #3

Open
caramdache opened this issue Feb 18, 2015 · 5 comments
Open

Issue & Solution when using iCloud keychain #3

caramdache opened this issue Feb 18, 2015 · 5 comments

Comments

@caramdache
Copy link
Contributor

Dear Watson,
It would be good to add this to the README. It took me a while to figure out I could avoid typing my password every time.
Caram

"motion-store does automatically fetch the password from the keychain. However, if you are using the iCloud keychain, it cannot access the password. You can then add the password manually as follows:

security add-internet-password -a <your-email-address> -j default -r http -s idmsa.apple.com -w <your-password> -T /usr/bin/security
@caramdache
Copy link
Contributor Author

Oops, protocol should be 'https':

security add-internet-password -a <your-email-address> -j default -r htps -s idmsa.apple.com -w <your-password> -T /usr/bin/security

@Watson1978
Copy link
Member

Could you please send us pull request instead of this ticket?

@Watson1978
Copy link
Member

Thank you for pull request #4 .
Merged it :)

@caramdache
Copy link
Contributor Author

You’re welcome.

If you like GUI, you can add your password into the keychain by adding account via Xcode [Preferences...]->[Accounts] configuration.

… except that if you use iCloud keychain, /usr/bin/security cannot access the password because the access control is restricted to com.apple.cfnetwork and cannot be changed (see below). So, even though my account is listed in Xcode in the [Preferences]->[Accounts], this is not enough.

Le 20 févr. 2015 à 10:16, Watson [email protected] a écrit :

Thank you for pull request #4 #4 .
Merged it :)


Reply to this email directly or view it on GitHub #3 (comment).

@Watson1978 Watson1978 reopened this Feb 20, 2015
@Watson1978
Copy link
Member

Hmm, I also turned on iCloud keychain. Xcode creates keychain item which indicate idmsa.apple.com, and Safari also creates when login Apple developer site.

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

No branches or pull requests

2 participants