secretx-bitwarden
Bitwarden Secrets Manager backend for secretx.
URI
secretx:bitwarden:<project-name>/<secret-name>
project-name— Bitwarden project name (looked up by name, not UUID)secret-name— secret name within the project
Requires BWS_ACCESS_TOKEN to be set in the environment at construction time. Obtain a machine account access token from the Bitwarden Secrets Manager console.
Usage
[]
= "0.4"
= "0.4"
use BitwardenBackend;
use SecretStore;
let store = from_uri?;
let value = store.get.await?;
Part of secretx
This crate is part of the secretx workspace. Enable the bitwarden feature on the secretx umbrella crate to use it via URI dispatch.