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

Figure out passwords #6

Open
astrobokonon opened this issue Feb 4, 2020 · 2 comments
Open

Figure out passwords #6

astrobokonon opened this issue Feb 4, 2020 · 2 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@astrobokonon
Copy link
Member

A continual thorn in my side. I just need to figure out how I want to do this, and then just do it.

A previous cobbled-together solution I came up with for DataServants has the passwords in another file that is then associated with the main config file. But I hate that. I really, really, really just need to figure out whether I want to put the credentials in environment variables that are pulled in for each container (ugly for Alfred with his many machines to check) or if I do encryption and just keep the keyfile secret/uncommitted.

The second seems sensible, but I'm no security expert.

@astrobokonon astrobokonon added bug Something isn't working enhancement New feature or request labels Feb 4, 2020
@astrobokonon astrobokonon self-assigned this Feb 4, 2020
@astrobokonon
Copy link
Member Author

Thinking about using https://pypi.org/project/keyring/ but with https://pypi.org/project/keyrings.cryptfile/ as the backend since I doubt I'll have a good dbus experience in the various flavor of containers I run?

@astrobokonon
Copy link
Member Author

Honestly an environment variable or an .env file is seeming way easier than any of these shenanigans. But I'll probably defer this a little longer since it's a wider-reaching problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant