You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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')
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
The text was updated successfully, but these errors were encountered: