-
**What would you like to be added**: A proof of concept implementation/demo of Secrets Management.
**Why is this needed**:
It will allow us to iterate on the UI/UX whilst the core feature is still …
-
-
Figure out how to declarative define passwords, APIs, logins, identities, etc. without sharing that with the world
-
as the `[env]` section of config files will very likely contain secrets, there should be a way to manage/encrypt these. I have 2 rough ideas here:
1. support built-in encryption. Allow committing a…
-
How do we share secrets amongst the team and applications for Xplorers website?
An example -> https://infisical.com/pricing
Maybe -> https://github.com/jacobbednarz/cf-vault?
-
## SECRETS MANAGEMENT
Declaritive Secrets management using age-encrypted secrets for NixOS and Home Manager.
[agenix](https://github.com/ryantm/agenix)
-
The most annoying thing about (hypothetically) deploying a new system is secrets management. I have a bunch of secrets floating around my system with no reliable way to back them up.
https://wiki.nix…
-
It would be nice to be able to manage podman secrets.
It would also be good to be able to use existing secrets when configuring other settings (such as in the value of environment variables when cr…
-
https://cheatsheetseries.owasp.org/cheatsheets/Cryptographic_Storage_Cheat_Sheet.html
-
This page talks about `.env` files and `.bru` files for secrets. It seems that Bruno saves the secrets in `.bru` files only. Where do the `.env` files come in? Should I create them manually?
I don'…