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

Not on PyPi? #3

Closed
wade-tattersall opened this issue May 15, 2018 · 1 comment
Closed

Not on PyPi? #3

wade-tattersall opened this issue May 15, 2018 · 1 comment

Comments

@wade-tattersall
Copy link

Hi,

Thanks for this package, it's really useful for what I'm doing at the moment. I'm currently mystified at how people distribute passwords to their microservices without something like this.

https://pypi.org/project/keyring/ mentions keyrings.cryptfile as an alternative backend, but it's not actually on PyPi as near as I can tell - the link to it 404's.

Is there a reason for this? It'd make dependency management a little easier. I can try to do it for you if you like, though I've no experience in such things.

And as an aside, it might be worth mentioning in the documentation that you can use

kr.keyring_key = "your keyring password"

to prevent it from querying using getpass() (eg: pulling it from an environment variable). It's a good feature, and I was glad when I found it, but it wasn't obvious to me.

Regards,

Wade

@frispete
Copy link
Owner

Thanks for noticing.

Fixed now: https://pypi.org/project/keyrings.cryptfile/

It took a little in order to get the markdown displayed correctly on PyPI,

For the kr.keyring_key issue: the keyring project definitely welcomes PRs ;-)..

Let me know, if you discover any other issues.

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