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
perl6-infra: service: Password handling #30
Comments
That's exactly what pass does, and I believe gopass too. For example, you can edit these files with emacs or any other editor that can transparently decrypt/encrypt text files. Not quite sure how they make it work for multiple users though. |
|
I'm a long term 1Password user and I realised they offer free access to there team account for open source projects. https://github.com/1Password/1password-teams-open-source This would allow us to share passwords on a individual vault level. I will test it together with @maettu I will have a look at the CLI https://support.1password.com/command-line-getting-started/ too, maybe this is helping us for automation. If not we can still put some secrets/tokens/passwords into gpg encrypted txt files or another command line tool. For Linux users there are browser extensions for Chrome and Firefox: https://support.1password.com/explore/linux/ |
|
Seems like a good choice. That said:
I have a feeling that the majority of devs are linux users. So there's a command line tool but no application for linux, is that right? |
|
Was worried for a minute *BSD wouldn't be supported, but looks like they are (along with Solaris!) Edit: the command line tool, I mean |
|
I've started using 1Password for the perl6 infra stuff. There are three vaults:
If you like to join the team-perl6, let me know in irc direct channel with "rba" and send me your email address. Everyone from the perl6 community is free to join. |
I've started using 1Password for the raku infra stuff. There are three vaults:
If you like to join the team-raku, let me know in irc direct channel with "rba" and send me your email address. Everyone from the raku community is free to join. |
Password handling
Category: run
Attributes/tags: backuped
As many of the dns hostings are only a "single user" solution, we need a place to put the infrastructure passwords.
Proposed solution
I would give https://www.gopass.pw/ a try. Seems to be similar like https://www.passwordstore.org/ with some tweaks for multiple persons.
Options
Admins
The text was updated successfully, but these errors were encountered: