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

Is there a way to prevent continuous popups for password on keychain? #118

Open
maidul98 opened this issue Jan 10, 2023 · 1 comment
Open

Comments

@maidul98
Copy link

maidul98 commented Jan 10, 2023

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
Copy link

I am also observing the constant prompts when I use keyrings indirectly, in a different package. ie:

  1. vault.go:
    package vault import "github.com/99designs/keyring"

Everything is fine here, tests run without the popup password prompt.

  1. 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.

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