feat(core): Add InstanceRole auth support for AWS external secrets (#14799)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-04-23 17:58:14 +02:00
committed by GitHub
parent 2920381903
commit 8c4b9f73f1
7 changed files with 331 additions and 221 deletions

View File

@@ -86,9 +86,10 @@
"ts-essentials": "^7.0.3"
},
"dependencies": {
"@azure/identity": "^4.3.0",
"@azure/keyvault-secrets": "^4.8.0",
"@google-cloud/secret-manager": "^5.6.0",
"@aws-sdk/client-secrets-manager": "3.666.0",
"@azure/identity": "4.3.0",
"@azure/keyvault-secrets": "4.8.0",
"@google-cloud/secret-manager": "5.6.0",
"@n8n/api-types": "workspace:*",
"@n8n/client-oauth2": "workspace:*",
"@n8n/config": "workspace:*",