feat: Introduce Azure Key Vault as external secrets provider (#10054)

This commit is contained in:
Iván Ovejero
2024-07-18 15:51:48 +02:00
committed by GitHub
parent 5a9a2713b4
commit 1b6c2d3a37
12 changed files with 361 additions and 46 deletions

View File

@@ -81,6 +81,8 @@
"ts-essentials": "^7.0.3"
},
"dependencies": {
"@azure/identity": "^4.3.0",
"@azure/keyvault-secrets": "^4.8.0",
"@n8n/client-oauth2": "workspace:*",
"@n8n/config": "workspace:*",
"@n8n/localtunnel": "2.1.0",