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:
+7
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user