fix: use aws sdk v2 for kubernetes aws backend auth to be compatible with the rest of backstage

Signed-off-by: Jonah Back <jonah@jonahback.com>
This commit is contained in:
Jonah Back
2021-03-04 14:12:54 -08:00
parent f094bf7823
commit 5d7834baf0
5 changed files with 22 additions and 98 deletions
+1 -1
View File
@@ -31,12 +31,12 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@aws-sdk/credential-provider-node": "^3.3.0",
"@backstage/backend-common": "^0.5.5",
"@backstage/catalog-model": "^0.7.3",
"@backstage/config": "^0.1.3",
"@kubernetes/client-node": "^0.13.2",
"@types/express": "^4.17.6",
"aws-sdk": "^2.840.0",
"aws4": "^1.11.0",
"compression": "^1.7.4",
"cors": "^2.8.5",