mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +00:00
secrets
This commit is contained in:
parent
ba0f284dba
commit
ff77053297
5 changed files with 183 additions and 3 deletions
|
|
@ -96,6 +96,13 @@ export BW_SESSION="$(bw unlock --raw)"
|
|||
just secrets-sync
|
||||
```
|
||||
|
||||
Restore file-based secrets from Bitwarden:
|
||||
|
||||
```bash
|
||||
export BW_SESSION="$(bw unlock --raw)"
|
||||
just secrets-restore-files
|
||||
```
|
||||
|
||||
## What Still Needs Manual Handling
|
||||
|
||||
- Promoting vault-backed secrets into Bitwarden Secrets Manager machine-account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue