🔐 Allow for keyring to be used in place of bitwarden for password management only #45

Open
opened 2023-01-04 06:47:07 +00:00 by jessebot · 0 comments
jessebot commented 2023-01-04 06:47:07 +00:00 (Migrated from github.com)

Describe the feature you'd like, and why

Add support for local keyring, for people who don't use Bitwarden, and would like to use the password manager feature.

It probably makes sense to make a new module here called keyring.py:
https://github.com/small-hack/smol-k8s-lab/tree/main/smol_k8s_lab

We could use this module:
https://pypi.org/project/keyring/

Once this was implemented though, every app that support init with bitwarden would need to be updated. This includes:

  • nextcloud
  • mastodon
  • matrix
  • zitadel
  • argocd
## Describe the feature you'd like, and why Add support for local keyring, for people who don't use Bitwarden, and would like to use the password manager feature. It probably makes sense to make a new module here called keyring.py: https://github.com/small-hack/smol-k8s-lab/tree/main/smol_k8s_lab We could use this module: https://pypi.org/project/keyring/ Once this was implemented though, every app that support init with bitwarden would need to be updated. This includes: - [ ] nextcloud - [ ] mastodon - [ ] matrix - [ ] zitadel - [ ] argocd
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
small-hack/smol-k8s-lab#45
No description provided.