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
@@ -0,0 +1,16 @@
# Bitwarden Configuration File
# Copy this file to bitwarden-config.conf and update with your actual values
# Bitwarden server URL
BW_SERVER_URL="https://pwvault.turnsys.com"
# API credentials (get these from your Bitwarden account settings)
BW_CLIENTID="your_client_id_here"
BW_CLIENTSECRET="your_client_secret_here"
# Master password for your Bitwarden account
BW_PASSWORD="your_master_password_here"
# Optional: Additional environment variables
# BW_ORGANIZATION_ID="your_org_id_here"
# BW_COLLECTION_ID="your_collection_id_here"