tellerops / teller

Cloud native secrets management for developers - never leave your command line for secrets.
https://github.com/tellerops/teller
Apache License 2.0
2.8k stars 183 forks source link

MacOS Keychain Provider #126

Open marcofranssen opened 2 years ago

marcofranssen commented 2 years ago

New Provider Request

Details

An example of a project that does have keychain integration is https://github.com/99designs/aws-vault

You can find their keychain implementation here.

https://github.com/99designs/keyring

kaplanelad commented 2 years ago

Hey @marcofranssen, We have MacOS provider in our roadmap see my closed pr. I'll open this PR again and make it work

vjeantet commented 1 year ago

Hello, I'm working on an implementation of this case using 99designs/keyring. I will propose a PR

kaplanelad commented 1 year ago

Hey @vjeantet , Thank you for reaching out. I'd be happy to discuss this feature in the pull request discussion. Let's continue the conversation there.

Thank you for taking the time to open this pull request