Is there a way to prevent continuous popups for password on keychain?
maidul98 opened this issue · 1 comments
maidul98 commented
I believe the login keychain is already open when the user is logged into their Mac, is there a way to turn off the popup when storing in login
keychain after verifying once?
GajanSoorian commented
I am also observing the constant prompts when I use keyrings indirectly, in a different package. ie:
- vault.go:
package vault import "github.com/99designs/keyring"
Everything is fine here, tests run without the popup password prompt.
- foo.go:
package Foo import vault
Here I keep getting the password prompts for foo.
In Keychain Access
, I see "always allow access by these applications" as just the vault.test, not the foo package.