Skip to content

Create a bitwarden password lookup plugin for triumf.sys.users convenience

There's already a general-purpose bitwarden plugin in the community.general collection that's useful in most cases.

This plugin should be devoted to making the management of user Linux account passwords easier by:

  1. Allowing for the direct retrieval of a password hash and having the plugin "know" no to both re-hashing it
  2. Allow passing a simple salt value when the password hasn't been hashed
  3. Allow for some selection of hash functions (sha256, sha512, etc)
  4. Returns only a single value (unlike a list in the community.general.bitnami plugin)

Potentially also:

Use a Python-native bitwarden client rather than the node-based bw binary

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information