mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(core): Add InstanceRole auth support for AWS external secrets (#14799)
This commit is contained in:
committed by
GitHub
parent
2920381903
commit
8c4b9f73f1
@@ -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:*",
|
||||
|
||||
Reference in New Issue
Block a user