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

keyring.Remove() returns error: Keychain Error. (-25244) #84

Open
synfinatic opened this issue May 11, 2021 · 1 comment
Open

keyring.Remove() returns error: Keychain Error. (-25244) #84

synfinatic opened this issue May 11, 2021 · 1 comment

Comments

@synfinatic
Copy link

Using OSX Catalina (10.15.7) and calling keyring.Remove(key) returns an error Keychain Error. (-25244) instead of removing the provided key from the OSX keychain. For now I'm just calling keyring.Set() and over writing the old values with zero.

you can see how I'm using the code here if you have issues reproducing: https://github.com/synfinatic/onelogin-aws-role/blob/main/cmd/keyring.go#L153

@asfaltboy
Copy link

I have a similar issue, I'm on MacOS 12.3.1 Monterey, and using poetry config http-basic.my-org <username>, not sure if I already have an existing key, but I get the error:

Can't store password on keychain: (-25244, 'Unknown Error')

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