@backstage/plugin-auth-backend 0.19.2-next.0 → 0.19.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -17
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,34 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
-
## 0.19.2
|
|
3
|
+
## 0.19.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/plugin-auth-
|
|
9
|
-
- @backstage/plugin-
|
|
10
|
-
- @backstage/backend-
|
|
11
|
-
- @backstage/
|
|
12
|
-
- @backstage/backend-
|
|
13
|
-
- @backstage/
|
|
14
|
-
- @backstage/
|
|
15
|
-
- @backstage/
|
|
16
|
-
- @backstage/
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
8
|
+
- @backstage/plugin-auth-node@0.3.2
|
|
9
|
+
- @backstage/backend-plugin-api@0.6.5
|
|
10
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.1.2
|
|
11
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.1.2
|
|
12
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.2
|
|
13
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.1.2
|
|
14
|
+
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.2
|
|
15
|
+
- @backstage/backend-common@0.19.7
|
|
16
|
+
- @backstage/plugin-catalog-node@1.4.6
|
|
17
|
+
|
|
18
|
+
## 0.19.1
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.1.1
|
|
24
|
+
- @backstage/plugin-auth-node@0.3.1
|
|
25
|
+
- @backstage/backend-plugin-api@0.6.4
|
|
26
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.1.1
|
|
27
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.1
|
|
28
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.1.1
|
|
29
|
+
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.1
|
|
30
|
+
- @backstage/backend-common@0.19.6
|
|
31
|
+
- @backstage/plugin-catalog-node@1.4.5
|
|
22
32
|
|
|
23
33
|
## 0.19.0
|
|
24
34
|
|
|
@@ -362,7 +372,7 @@
|
|
|
362
372
|
### Patch Changes
|
|
363
373
|
|
|
364
374
|
- d8f774c30df: Enforce the secret visibility of certificates and client secrets in the auth backend. Also, document all known options for each auth plugin.
|
|
365
|
-
- 7908d72e033: Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
|
375
|
+
- 7908d72e033: Introduce a new global config parameter, `auth.enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
|
366
376
|
- 475abd1dc3f: The `microsoft` (i.e. Azure) auth provider now supports negotiating tokens for
|
|
367
377
|
Azure resources besides Microsoft Graph (e.g. AKS, Virtual Machines, Machine
|
|
368
378
|
Learning Services, etc.). When the `/frame/handler` endpoint is called with an
|
|
@@ -448,7 +458,7 @@
|
|
|
448
458
|
### Patch Changes
|
|
449
459
|
|
|
450
460
|
- d8f774c30df: Enforce the secret visibility of certificates and client secrets in the auth backend. Also, document all known options for each auth plugin.
|
|
451
|
-
- 7908d72e033: Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
|
461
|
+
- 7908d72e033: Introduce a new global config parameter, `auth.enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
|
452
462
|
- Updated dependencies
|
|
453
463
|
- @backstage/backend-common@0.18.4-next.0
|
|
454
464
|
- @backstage/config@1.0.7
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth-backend",
|
|
3
3
|
"description": "A Backstage backend plugin that handles authentication",
|
|
4
|
-
"version": "0.19.2
|
|
4
|
+
"version": "0.19.2",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
"clean": "backstage-cli package clean"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/backend-common": "^0.19.7
|
|
36
|
-
"@backstage/backend-plugin-api": "^0.6.5
|
|
35
|
+
"@backstage/backend-common": "^0.19.7",
|
|
36
|
+
"@backstage/backend-plugin-api": "^0.6.5",
|
|
37
37
|
"@backstage/catalog-client": "^1.4.4",
|
|
38
38
|
"@backstage/catalog-model": "^1.4.2",
|
|
39
39
|
"@backstage/config": "^1.1.0",
|
|
40
40
|
"@backstage/errors": "^1.2.2",
|
|
41
|
-
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.1.2
|
|
42
|
-
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.2
|
|
43
|
-
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.2
|
|
44
|
-
"@backstage/plugin-auth-backend-module-google-provider": "^0.1.2
|
|
45
|
-
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.2
|
|
46
|
-
"@backstage/plugin-auth-node": "^0.3.2
|
|
47
|
-
"@backstage/plugin-catalog-node": "^1.4.6
|
|
41
|
+
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.1.2",
|
|
42
|
+
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.2",
|
|
43
|
+
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.2",
|
|
44
|
+
"@backstage/plugin-auth-backend-module-google-provider": "^0.1.2",
|
|
45
|
+
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.2",
|
|
46
|
+
"@backstage/plugin-auth-node": "^0.3.2",
|
|
47
|
+
"@backstage/plugin-catalog-node": "^1.4.6",
|
|
48
48
|
"@backstage/types": "^1.1.1",
|
|
49
49
|
"@davidzemon/passport-okta-oauth": "^0.0.5",
|
|
50
50
|
"@google-cloud/firestore": "^6.0.0",
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"yn": "^4.0.0"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@backstage/backend-defaults": "^0.2.5
|
|
88
|
-
"@backstage/backend-test-utils": "^0.2.6
|
|
89
|
-
"@backstage/cli": "^0.
|
|
87
|
+
"@backstage/backend-defaults": "^0.2.5",
|
|
88
|
+
"@backstage/backend-test-utils": "^0.2.6",
|
|
89
|
+
"@backstage/cli": "^0.22.13",
|
|
90
90
|
"@types/body-parser": "^1.19.0",
|
|
91
91
|
"@types/cookie-parser": "^1.4.2",
|
|
92
92
|
"@types/express-session": "^1.17.2",
|