Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
fix: upgrade the Azure Identity SDK and Azure KeyVault secret SDK to …
Browse files Browse the repository at this point in the history
…support AKS pod identity for authorization (external-secrets#447)
  • Loading branch information
catweisun committed Jul 24, 2020
1 parent 285841e commit 020c10b
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 69 deletions.
171 changes: 104 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@alicloud/kms20160120": "^1.1.0",
"@azure/identity": "^1.0.2",
"@azure/keyvault-secrets": "^4.0.2",
"@azure/identity": "^1.0.3",
"@azure/keyvault-secrets": "^4.0.4",
"@google-cloud/secret-manager": "^1.2.1",
"aws-sdk": "^2.628.0",
"express": "^4.17.1",
Expand Down

0 comments on commit 020c10b

Please sign in to comment.