roadster-rs / roadster

"Batteries Included" web framework for Rust designed to get you moving fast 🏎️
https://roadster.dev
Apache License 2.0
7 stars 0 forks source link

Secrets management #328

Open spencewenski opened 3 months ago

spencewenski commented 3 months ago

https://cheatsheetseries.owasp.org/cheatsheets/Cryptographic_Storage_Cheat_Sheet.html

spencewenski commented 2 months ago

One non-AWS or GCP option: https://www.vaultproject.io/

would want our solution to be generic across any credential provider, though.