credentials icon indicating copy to clipboard operation
credentials copied to clipboard

Fetch secure credentials from multiple backends (environment, Vault, etc.) using Rust

Results 4 credentials issues
Sort by recently updated
recently updated
newest added

Vault secret storage is powered by a variety of secret engines. As asserted in source code comments of this crate, the specifics of the secrets format are not very well...

It is currently considered a best practice to employ HTTPS for all HTTP exchanges, and this becomes particularly crucial when handling sensitive secrets. Sadly, the default feature flags of this...

While I was working on other PRs, I noticed that this crate depended on slightly older versions of crates, so I took the initiative to update all of the dependencies...

Keywhiz support was excluded from the scope of this project at https://github.com/emk/credentials/commit/da6494be001544662a13726e83575090d452e544. However, an oversight left a broken link to its homepage in the initial paragraphs of the README. This...