Merge pull request #22122 from andmagom/kubernetes/pinnipedTokenCredentialRequest

Adding PinnipedHelper class to ease Kubernetes authentication through Pinniped
This commit is contained in:
Jamie Klassen
2024-01-24 08:43:14 -05:00
committed by GitHub
9 changed files with 622 additions and 3 deletions
+11 -2
View File
@@ -22,7 +22,13 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "workspace:^"
"@backstage/backend-app-api": "workspace:^",
"@backstage/backend-common": "workspace:^",
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"@backstage/plugin-kubernetes-backend": "workspace:^",
"msw": "^1.3.1",
"supertest": "^6.1.3"
},
"files": [
"dist"
@@ -31,6 +37,9 @@
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/catalog-model": "workspace:^",
"@backstage/plugin-kubernetes-common": "workspace:^",
"@backstage/types": "workspace:^"
"@backstage/types": "workspace:^",
"@kubernetes/client-node": "^0.20.0",
"node-fetch": "^2.6.7",
"winston": "^3.2.1"
}
}