feat: port legacy KNELSecretsManager (bw-* tooling, ADRs, tests) [#769]

Secret-scanned clean (placeholder values only). Bitwarden tooling is
the head start for the Vaultwarden-SoR bootstrap (#770). legacy-* trees
exempt from lint/pointer checks (historical verbatim code).

https://projects.knownelement.com/issues/769#note-4152
This commit is contained in:
2026-09-04 07:01:58 -05:00
parent 13daaf398e
commit 1085787e7b
18 changed files with 2219 additions and 3 deletions
+33
View File
@@ -0,0 +1,33 @@
# Bitwarden configuration files containing secrets
bitwarden-config.conf
bitwarden-config.conf.dev
*.conf
!*.conf.sample
# Test files
tests/test-bitwarden-config.conf
# Log files
*.log
/tmp/*.log
# Session files
.bw-session
# Generated documentation
COMMANDS.md
# Backup files
*.bak
*.backup
# OS specific files
.DS_Store
Thumbs.db
# Editor files
*.swp
*.swo
*~
.vscode/
.idea/