@backstage/plugin-auth-backend 0.20.0-next.0 → 0.20.0-next.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 +38 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
+
## 0.20.0-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#20570](https://github.com/backstage/backstage/pull/20570) [`013611b42e`](https://github.com/backstage/backstage/commit/013611b42ed457fefa9bb85fddf416cf5e0c1f76) Thanks [@freben](https://github.com/freben)! - `knex` has been bumped to major version 3 and `better-sqlite3` to major version 9, which deprecate node 16 support.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/backend-plugin-api@0.6.7-next.2
|
|
11
|
+
- @backstage/backend-common@0.19.9-next.2
|
|
12
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.1-next.2
|
|
13
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.1.4-next.2
|
|
14
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.4-next.2
|
|
15
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.1.4-next.2
|
|
16
|
+
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.4-next.2
|
|
17
|
+
- @backstage/plugin-auth-node@0.4.1-next.2
|
|
18
|
+
- @backstage/plugin-catalog-node@1.5.0-next.2
|
|
19
|
+
|
|
20
|
+
## 0.20.0-next.1
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 243c655a68: JSDoc and Error message updates to handle `Azure Active Directory` re-brand to `Entra ID`
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @backstage/plugin-catalog-node@1.5.0-next.1
|
|
27
|
+
- @backstage/backend-common@0.19.9-next.1
|
|
28
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.1.4-next.1
|
|
29
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.4-next.1
|
|
30
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.1.4-next.1
|
|
31
|
+
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.4-next.1
|
|
32
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.1-next.1
|
|
33
|
+
- @backstage/plugin-auth-node@0.4.1-next.1
|
|
34
|
+
- @backstage/backend-plugin-api@0.6.7-next.1
|
|
35
|
+
- @backstage/catalog-client@1.4.5
|
|
36
|
+
- @backstage/catalog-model@1.4.3
|
|
37
|
+
- @backstage/config@1.1.1
|
|
38
|
+
- @backstage/errors@1.2.3
|
|
39
|
+
- @backstage/types@1.1.1
|
|
40
|
+
|
|
3
41
|
## 0.20.0-next.0
|
|
4
42
|
|
|
5
43
|
### Minor Changes
|
package/dist/index.cjs.js
CHANGED
|
@@ -2639,7 +2639,7 @@ function validateAppServiceConfiguration(env) {
|
|
|
2639
2639
|
throw new Error("Azure App Services does not have authentication enabled");
|
|
2640
2640
|
}
|
|
2641
2641
|
if (((_b = env.WEBSITE_AUTH_DEFAULT_PROVIDER) == null ? void 0 : _b.toLowerCase()) !== "azureactivedirectory") {
|
|
2642
|
-
throw new Error("Authentication provider is not
|
|
2642
|
+
throw new Error("Authentication provider is not Entra ID");
|
|
2643
2643
|
}
|
|
2644
2644
|
if (((_c = process.env.WEBSITE_AUTH_TOKEN_STORE) == null ? void 0 : _c.toLowerCase()) !== "true") {
|
|
2645
2645
|
throw new Error("Token Store is not enabled");
|