Merge pull request #19280 from backstage/rugvip/auth-migration

auth-backend: migrate to new backend system + new authenticators pattern
This commit is contained in:
Patrik Oldsberg
2023-08-16 09:47:52 +02:00
committed by GitHub
104 changed files with 5914 additions and 1347 deletions
+13 -1
View File
@@ -29,19 +29,31 @@
},
"dependencies": {
"@backstage/backend-common": "workspace:^",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/catalog-client": "workspace:^",
"@backstage/catalog-model": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/types": "workspace:^",
"@types/express": "*",
"@types/passport": "^1.0.3",
"express": "^4.17.1",
"jose": "^4.6.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"winston": "^3.2.1"
"passport": "^0.6.0",
"winston": "^3.2.1",
"zod": "^3.21.4",
"zod-to-json-schema": "^3.21.4"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"cookie-parser": "^1.4.6",
"express-promise-router": "^4.1.1",
"lodash": "^4.17.21",
"msw": "^1.0.0",
"supertest": "^6.1.3",
"uuid": "^8.0.0"
},
"files": [