@backstage/plugin-auth-backend 0.24.0-next.2 → 0.24.1-next.0

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 +68 -0
  2. package/config.d.ts +1 -1
  3. package/package.json +38 -31
package/CHANGELOG.md CHANGED
@@ -1,5 +1,73 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
+ ## 0.24.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.0.3-next.0
9
+ - @backstage/plugin-auth-node@0.5.5-next.0
10
+ - @backstage/catalog-client@1.8.1-next.0
11
+ - @backstage/catalog-model@1.7.1
12
+ - @backstage/config@1.3.0
13
+ - @backstage/errors@1.2.5
14
+ - @backstage/types@1.2.0
15
+ - @backstage/plugin-auth-backend-module-atlassian-provider@0.3.3-next.0
16
+ - @backstage/plugin-auth-backend-module-auth0-provider@0.1.3-next.0
17
+ - @backstage/plugin-auth-backend-module-aws-alb-provider@0.3.1-next.0
18
+ - @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.3-next.0
19
+ - @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.3-next.0
20
+ - @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.3-next.0
21
+ - @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.3-next.0
22
+ - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.3-next.0
23
+ - @backstage/plugin-auth-backend-module-github-provider@0.2.3-next.0
24
+ - @backstage/plugin-auth-backend-module-gitlab-provider@0.2.3-next.0
25
+ - @backstage/plugin-auth-backend-module-google-provider@0.2.3-next.0
26
+ - @backstage/plugin-auth-backend-module-microsoft-provider@0.2.3-next.0
27
+ - @backstage/plugin-auth-backend-module-oauth2-provider@0.3.3-next.0
28
+ - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.3-next.0
29
+ - @backstage/plugin-auth-backend-module-oidc-provider@0.3.3-next.0
30
+ - @backstage/plugin-auth-backend-module-okta-provider@0.1.3-next.0
31
+ - @backstage/plugin-auth-backend-module-onelogin-provider@0.2.3-next.0
32
+ - @backstage/plugin-catalog-node@1.14.1-next.0
33
+
34
+ ## 0.24.0
35
+
36
+ ### Minor Changes
37
+
38
+ - 75168e3: **BREAKING**: The AWS ALB `fullProfile` will no longer have the its username or email converted to lowercase. This is to ensure unique handling of the users. You may need to update and configure a custom sign-in resolver or profile transform as a result.
39
+
40
+ ### Patch Changes
41
+
42
+ - d52d7f9: Support ISO and ms string forms of durations in config too
43
+ - 4e58bc7: Upgrade to uuid v11 internally
44
+ - Updated dependencies
45
+ - @backstage/catalog-client@1.8.0
46
+ - @backstage/config@1.3.0
47
+ - @backstage/plugin-auth-backend-module-google-provider@0.2.2
48
+ - @backstage/types@1.2.0
49
+ - @backstage/plugin-auth-backend-module-aws-alb-provider@0.3.0
50
+ - @backstage/plugin-auth-node@0.5.4
51
+ - @backstage/plugin-catalog-node@1.14.0
52
+ - @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.2
53
+ - @backstage/backend-plugin-api@1.0.2
54
+ - @backstage/plugin-auth-backend-module-oidc-provider@0.3.2
55
+ - @backstage/catalog-model@1.7.1
56
+ - @backstage/errors@1.2.5
57
+ - @backstage/plugin-auth-backend-module-atlassian-provider@0.3.2
58
+ - @backstage/plugin-auth-backend-module-auth0-provider@0.1.2
59
+ - @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.2
60
+ - @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.2
61
+ - @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.2
62
+ - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.2
63
+ - @backstage/plugin-auth-backend-module-github-provider@0.2.2
64
+ - @backstage/plugin-auth-backend-module-gitlab-provider@0.2.2
65
+ - @backstage/plugin-auth-backend-module-microsoft-provider@0.2.2
66
+ - @backstage/plugin-auth-backend-module-oauth2-provider@0.3.2
67
+ - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.2
68
+ - @backstage/plugin-auth-backend-module-okta-provider@0.1.2
69
+ - @backstage/plugin-auth-backend-module-onelogin-provider@0.2.2
70
+
3
71
  ## 0.24.0-next.2
4
72
 
5
73
  ### Patch Changes
package/config.d.ts CHANGED
@@ -143,7 +143,7 @@ export interface Config {
143
143
  /**
144
144
  * The backstage token expiration.
145
145
  */
146
- backstageTokenExpiration?: HumanDuration;
146
+ backstageTokenExpiration?: HumanDuration | string;
147
147
  };
148
148
  /**
149
149
  * Additional app origins to allow for authenticating
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend",
3
- "version": "0.24.0-next.2",
3
+ "version": "0.24.1-next.0",
4
4
  "description": "A Backstage backend plugin that handles authentication",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -44,31 +44,31 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@backstage/backend-common": "^0.25.0",
47
- "@backstage/backend-plugin-api": "1.0.2-next.2",
48
- "@backstage/catalog-client": "1.8.0-next.1",
49
- "@backstage/catalog-model": "1.7.0",
50
- "@backstage/config": "1.2.0",
51
- "@backstage/errors": "1.2.4",
52
- "@backstage/plugin-auth-backend-module-atlassian-provider": "0.3.2-next.2",
53
- "@backstage/plugin-auth-backend-module-auth0-provider": "0.1.2-next.2",
54
- "@backstage/plugin-auth-backend-module-aws-alb-provider": "0.3.0-next.2",
55
- "@backstage/plugin-auth-backend-module-azure-easyauth-provider": "0.2.2-next.2",
56
- "@backstage/plugin-auth-backend-module-bitbucket-provider": "0.2.2-next.2",
57
- "@backstage/plugin-auth-backend-module-bitbucket-server-provider": "0.1.2-next.2",
58
- "@backstage/plugin-auth-backend-module-cloudflare-access-provider": "0.3.2-next.2",
59
- "@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.3.2-next.2",
60
- "@backstage/plugin-auth-backend-module-github-provider": "0.2.2-next.2",
61
- "@backstage/plugin-auth-backend-module-gitlab-provider": "0.2.2-next.2",
62
- "@backstage/plugin-auth-backend-module-google-provider": "0.2.2-next.2",
63
- "@backstage/plugin-auth-backend-module-microsoft-provider": "0.2.2-next.2",
64
- "@backstage/plugin-auth-backend-module-oauth2-provider": "0.3.2-next.2",
65
- "@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.2.2-next.2",
66
- "@backstage/plugin-auth-backend-module-oidc-provider": "0.3.2-next.2",
67
- "@backstage/plugin-auth-backend-module-okta-provider": "0.1.2-next.2",
68
- "@backstage/plugin-auth-backend-module-onelogin-provider": "0.2.2-next.2",
69
- "@backstage/plugin-auth-node": "0.5.4-next.2",
70
- "@backstage/plugin-catalog-node": "1.14.0-next.2",
71
- "@backstage/types": "1.1.1",
47
+ "@backstage/backend-plugin-api": "1.0.3-next.0",
48
+ "@backstage/catalog-client": "1.8.1-next.0",
49
+ "@backstage/catalog-model": "1.7.1",
50
+ "@backstage/config": "1.3.0",
51
+ "@backstage/errors": "1.2.5",
52
+ "@backstage/plugin-auth-backend-module-atlassian-provider": "0.3.3-next.0",
53
+ "@backstage/plugin-auth-backend-module-auth0-provider": "0.1.3-next.0",
54
+ "@backstage/plugin-auth-backend-module-aws-alb-provider": "0.3.1-next.0",
55
+ "@backstage/plugin-auth-backend-module-azure-easyauth-provider": "0.2.3-next.0",
56
+ "@backstage/plugin-auth-backend-module-bitbucket-provider": "0.2.3-next.0",
57
+ "@backstage/plugin-auth-backend-module-bitbucket-server-provider": "0.1.3-next.0",
58
+ "@backstage/plugin-auth-backend-module-cloudflare-access-provider": "0.3.3-next.0",
59
+ "@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.3.3-next.0",
60
+ "@backstage/plugin-auth-backend-module-github-provider": "0.2.3-next.0",
61
+ "@backstage/plugin-auth-backend-module-gitlab-provider": "0.2.3-next.0",
62
+ "@backstage/plugin-auth-backend-module-google-provider": "0.2.3-next.0",
63
+ "@backstage/plugin-auth-backend-module-microsoft-provider": "0.2.3-next.0",
64
+ "@backstage/plugin-auth-backend-module-oauth2-provider": "0.3.3-next.0",
65
+ "@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.2.3-next.0",
66
+ "@backstage/plugin-auth-backend-module-oidc-provider": "0.3.3-next.0",
67
+ "@backstage/plugin-auth-backend-module-okta-provider": "0.1.3-next.0",
68
+ "@backstage/plugin-auth-backend-module-onelogin-provider": "0.2.3-next.0",
69
+ "@backstage/plugin-auth-node": "0.5.5-next.0",
70
+ "@backstage/plugin-catalog-node": "1.14.1-next.0",
71
+ "@backstage/types": "1.2.0",
72
72
  "@google-cloud/firestore": "^7.0.0",
73
73
  "@node-saml/passport-saml": "^5.0.0",
74
74
  "@types/express": "^4.17.6",
@@ -98,14 +98,14 @@
98
98
  "passport-microsoft": "^1.0.0",
99
99
  "passport-oauth2": "^1.6.1",
100
100
  "passport-onelogin-oauth": "^0.0.1",
101
- "uuid": "^9.0.0",
101
+ "uuid": "^11.0.0",
102
102
  "winston": "^3.2.1",
103
103
  "yn": "^4.0.0"
104
104
  },
105
105
  "devDependencies": {
106
- "@backstage/backend-defaults": "0.5.3-next.2",
107
- "@backstage/backend-test-utils": "1.1.0-next.2",
108
- "@backstage/cli": "0.29.0-next.2",
106
+ "@backstage/backend-defaults": "0.6.0-next.0",
107
+ "@backstage/backend-test-utils": "1.2.0-next.0",
108
+ "@backstage/cli": "0.29.3-next.0",
109
109
  "@types/body-parser": "^1.19.0",
110
110
  "@types/cookie-parser": "^1.4.2",
111
111
  "@types/express-session": "^1.17.2",
@@ -119,5 +119,12 @@
119
119
  "msw": "^1.0.0",
120
120
  "supertest": "^7.0.0"
121
121
  },
122
- "configSchema": "config.d.ts"
122
+ "configSchema": "config.d.ts",
123
+ "typesVersions": {
124
+ "*": {
125
+ "index": [
126
+ "dist/index.d.ts"
127
+ ]
128
+ }
129
+ }
123
130
  }