Add Azure Key Vault + DPAPI secret management
Playwright Tests / test (push) Waiting to run

Integrate OCORE/OCORE_web-based secret management using Azure Key Vault and DPAPI cache. Update appsettings.json to remove plaintext secrets and list managed keys. Register secret management in Program.cs. Update .gitignore for secret files. Add documentation for naming conventions and migration, plus a PowerShell script for initial secret upload. Centralizes and secures secret handling across the app.
This commit is contained in:
2026-05-03 16:24:38 +02:00
parent c617e9ae3b
commit cc2abc91d6
6 changed files with 1116 additions and 9 deletions
+7 -1
View File
@@ -24,4 +24,10 @@ dist/
/playwright-report/
/blob-report/
/playwright/.cache/
/playwright/.auth/
/playwright/.auth/
# Secret Management DPAPI cache
secrets.cache
**/secrets.cache
# Secret values file (never commit)
Scripts/secrets.json