@backstage/plugin-auth-backend 0.20.1-next.2 → 0.20.1
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 +52 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,57 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
+
## 0.20.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7ac2575: `oauth2-proxy` auth implementation has been moved to `@backstage/plugin-auth-backend-module-oauth2-proxy-provider`
|
|
8
|
+
- 2a5891e: Migrate the atlassian auth provider to be implemented using the new `@backstage/plugin-auth-backend-module-atlassian-provider` module
|
|
9
|
+
- 783797a: fix static token issuer not being able to initialize
|
|
10
|
+
- e1c189b: The Okta provider implementation is moved to the new module
|
|
11
|
+
- a62764b: Updated dependency `passport` to `^0.7.0`.
|
|
12
|
+
- bcbbf8e: Updated dependency `@google-cloud/firestore` to `^7.0.0`.
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.0
|
|
15
|
+
- @backstage/backend-common@0.20.0
|
|
16
|
+
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.0
|
|
17
|
+
- @backstage/plugin-catalog-node@1.6.0
|
|
18
|
+
- @backstage/catalog-client@1.5.0
|
|
19
|
+
- @backstage/plugin-auth-backend-module-okta-provider@0.0.1
|
|
20
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.5
|
|
21
|
+
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.5
|
|
22
|
+
- @backstage/plugin-auth-node@0.4.2
|
|
23
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.2
|
|
24
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.1.5
|
|
25
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.1.5
|
|
26
|
+
- @backstage/backend-plugin-api@0.6.8
|
|
27
|
+
- @backstage/catalog-model@1.4.3
|
|
28
|
+
- @backstage/config@1.1.1
|
|
29
|
+
- @backstage/errors@1.2.3
|
|
30
|
+
- @backstage/types@1.1.1
|
|
31
|
+
|
|
32
|
+
## 0.20.1-next.3
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- Updated dependencies
|
|
37
|
+
- @backstage/backend-common@0.20.0-next.3
|
|
38
|
+
- @backstage/backend-plugin-api@0.6.8-next.3
|
|
39
|
+
- @backstage/catalog-client@1.5.0-next.1
|
|
40
|
+
- @backstage/catalog-model@1.4.3
|
|
41
|
+
- @backstage/config@1.1.1
|
|
42
|
+
- @backstage/errors@1.2.3
|
|
43
|
+
- @backstage/types@1.1.1
|
|
44
|
+
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.0-next.3
|
|
45
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.2-next.3
|
|
46
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.1.5-next.3
|
|
47
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.5-next.3
|
|
48
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.1.5-next.3
|
|
49
|
+
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.5-next.3
|
|
50
|
+
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.0-next.2
|
|
51
|
+
- @backstage/plugin-auth-backend-module-okta-provider@0.0.1-next.3
|
|
52
|
+
- @backstage/plugin-auth-node@0.4.2-next.3
|
|
53
|
+
- @backstage/plugin-catalog-node@1.6.0-next.3
|
|
54
|
+
|
|
3
55
|
## 0.20.1-next.2
|
|
4
56
|
|
|
5
57
|
### Patch Changes
|
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.20.1
|
|
4
|
+
"version": "0.20.1",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -32,22 +32,22 @@
|
|
|
32
32
|
"clean": "backstage-cli package clean"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/backend-common": "^0.20.0
|
|
36
|
-
"@backstage/backend-plugin-api": "^0.6.8
|
|
37
|
-
"@backstage/catalog-client": "^1.5.0
|
|
35
|
+
"@backstage/backend-common": "^0.20.0",
|
|
36
|
+
"@backstage/backend-plugin-api": "^0.6.8",
|
|
37
|
+
"@backstage/catalog-client": "^1.5.0",
|
|
38
38
|
"@backstage/catalog-model": "^1.4.3",
|
|
39
39
|
"@backstage/config": "^1.1.1",
|
|
40
40
|
"@backstage/errors": "^1.2.3",
|
|
41
|
-
"@backstage/plugin-auth-backend-module-atlassian-provider": "^0.1.0
|
|
42
|
-
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.2
|
|
43
|
-
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.5
|
|
44
|
-
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.5
|
|
45
|
-
"@backstage/plugin-auth-backend-module-google-provider": "^0.1.5
|
|
46
|
-
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.5
|
|
47
|
-
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.0
|
|
48
|
-
"@backstage/plugin-auth-backend-module-okta-provider": "^0.0.1
|
|
49
|
-
"@backstage/plugin-auth-node": "^0.4.2
|
|
50
|
-
"@backstage/plugin-catalog-node": "^1.6.0
|
|
41
|
+
"@backstage/plugin-auth-backend-module-atlassian-provider": "^0.1.0",
|
|
42
|
+
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.2",
|
|
43
|
+
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.5",
|
|
44
|
+
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.5",
|
|
45
|
+
"@backstage/plugin-auth-backend-module-google-provider": "^0.1.5",
|
|
46
|
+
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.5",
|
|
47
|
+
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.0",
|
|
48
|
+
"@backstage/plugin-auth-backend-module-okta-provider": "^0.0.1",
|
|
49
|
+
"@backstage/plugin-auth-node": "^0.4.2",
|
|
50
|
+
"@backstage/plugin-catalog-node": "^1.6.0",
|
|
51
51
|
"@backstage/types": "^1.1.1",
|
|
52
52
|
"@google-cloud/firestore": "^7.0.0",
|
|
53
53
|
"@types/express": "^4.17.6",
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
"yn": "^4.0.0"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@backstage/backend-defaults": "^0.2.8
|
|
90
|
-
"@backstage/backend-test-utils": "^0.2.9
|
|
91
|
-
"@backstage/cli": "^0.25.0
|
|
89
|
+
"@backstage/backend-defaults": "^0.2.8",
|
|
90
|
+
"@backstage/backend-test-utils": "^0.2.9",
|
|
91
|
+
"@backstage/cli": "^0.25.0",
|
|
92
92
|
"@types/body-parser": "^1.19.0",
|
|
93
93
|
"@types/cookie-parser": "^1.4.2",
|
|
94
94
|
"@types/express-session": "^1.17.2",
|