@backstage/plugin-auth-backend 0.21.0-next.2 → 0.21.0-next.3

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/config.d.ts +4 -0
  3. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
+ ## 0.21.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 8321c97: Added `experimentalExtraAllowedOrigins` to config
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.21.0-next.3
10
+ - @backstage/plugin-auth-backend-module-oidc-provider@0.1.0-next.3
11
+ - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.2-next.3
12
+ - @backstage/plugin-auth-backend-module-atlassian-provider@0.1.2-next.3
13
+ - @backstage/plugin-auth-backend-module-microsoft-provider@0.1.5-next.3
14
+ - @backstage/plugin-auth-backend-module-github-provider@0.1.7-next.3
15
+ - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.7-next.3
16
+ - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.7-next.3
17
+ - @backstage/plugin-auth-backend-module-okta-provider@0.0.3-next.3
18
+ - @backstage/plugin-catalog-node@1.6.2-next.3
19
+ - @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.0-next.2
20
+ - @backstage/plugin-auth-node@0.4.4-next.3
21
+ - @backstage/backend-plugin-api@0.6.10-next.3
22
+ - @backstage/catalog-client@1.6.0-next.1
23
+ - @backstage/catalog-model@1.4.4-next.0
24
+ - @backstage/config@1.1.1
25
+ - @backstage/errors@1.2.3
26
+ - @backstage/types@1.1.1
27
+ - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.4-next.3
28
+ - @backstage/plugin-auth-backend-module-google-provider@0.1.7-next.3
29
+
3
30
  ## 0.21.0-next.2
4
31
 
5
32
  ### Minor Changes
package/config.d.ts CHANGED
@@ -191,5 +191,9 @@ export interface Config {
191
191
  */
192
192
  backstageTokenExpiration?: HumanDuration;
193
193
  };
194
+ /**
195
+ * Additional app origins to allow for authenticating
196
+ */
197
+ experimentalExtraAllowedOrigins?: string[];
194
198
  };
195
199
  }
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.21.0-next.2",
4
+ "version": "0.21.0-next.3",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,25 +32,25 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-common": "^0.21.0-next.2",
36
- "@backstage/backend-plugin-api": "^0.6.10-next.2",
35
+ "@backstage/backend-common": "^0.21.0-next.3",
36
+ "@backstage/backend-plugin-api": "^0.6.10-next.3",
37
37
  "@backstage/catalog-client": "^1.6.0-next.1",
38
38
  "@backstage/catalog-model": "^1.4.4-next.0",
39
39
  "@backstage/config": "^1.1.1",
40
40
  "@backstage/errors": "^1.2.3",
41
- "@backstage/plugin-auth-backend-module-atlassian-provider": "^0.1.2-next.2",
42
- "@backstage/plugin-auth-backend-module-aws-alb-provider": "^0.1.0-next.1",
43
- "@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.4-next.2",
44
- "@backstage/plugin-auth-backend-module-github-provider": "^0.1.7-next.2",
45
- "@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.7-next.2",
46
- "@backstage/plugin-auth-backend-module-google-provider": "^0.1.7-next.2",
47
- "@backstage/plugin-auth-backend-module-microsoft-provider": "^0.1.5-next.2",
48
- "@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.7-next.2",
49
- "@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.2-next.2",
50
- "@backstage/plugin-auth-backend-module-oidc-provider": "^0.1.0-next.2",
51
- "@backstage/plugin-auth-backend-module-okta-provider": "^0.0.3-next.2",
52
- "@backstage/plugin-auth-node": "^0.4.4-next.2",
53
- "@backstage/plugin-catalog-node": "^1.6.2-next.2",
41
+ "@backstage/plugin-auth-backend-module-atlassian-provider": "^0.1.2-next.3",
42
+ "@backstage/plugin-auth-backend-module-aws-alb-provider": "^0.1.0-next.2",
43
+ "@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.4-next.3",
44
+ "@backstage/plugin-auth-backend-module-github-provider": "^0.1.7-next.3",
45
+ "@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.7-next.3",
46
+ "@backstage/plugin-auth-backend-module-google-provider": "^0.1.7-next.3",
47
+ "@backstage/plugin-auth-backend-module-microsoft-provider": "^0.1.5-next.3",
48
+ "@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.7-next.3",
49
+ "@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.2-next.3",
50
+ "@backstage/plugin-auth-backend-module-oidc-provider": "^0.1.0-next.3",
51
+ "@backstage/plugin-auth-backend-module-okta-provider": "^0.0.3-next.3",
52
+ "@backstage/plugin-auth-node": "^0.4.4-next.3",
53
+ "@backstage/plugin-catalog-node": "^1.6.2-next.3",
54
54
  "@backstage/types": "^1.1.1",
55
55
  "@google-cloud/firestore": "^7.0.0",
56
56
  "@node-saml/passport-saml": "^4.0.4",
@@ -87,9 +87,9 @@
87
87
  "yn": "^4.0.0"
88
88
  },
89
89
  "devDependencies": {
90
- "@backstage/backend-defaults": "^0.2.10-next.2",
91
- "@backstage/backend-test-utils": "^0.3.0-next.2",
92
- "@backstage/cli": "^0.25.2-next.2",
90
+ "@backstage/backend-defaults": "^0.2.10-next.3",
91
+ "@backstage/backend-test-utils": "^0.3.0-next.3",
92
+ "@backstage/cli": "^0.25.2-next.3",
93
93
  "@types/body-parser": "^1.19.0",
94
94
  "@types/cookie-parser": "^1.4.2",
95
95
  "@types/express-session": "^1.17.2",