bendrucker / terraform-credentials-keychain

A Terraform credentials helper that stores your credentials in the system keychain
MIT License
23 stars 1 forks source link

deps: update `99designs/keyring` to v1.2.1 #36

Closed bendrucker closed 2 years ago

bendrucker commented 2 years ago

Seems like KeychainPasswordFunc may not working, resulting in the timeout. Locally, go test -count 1 -v ./... opens a password window which accepts an empty value. IIRC the purpose for KeychainPasswordFunc was to prevent this interaction in tests.