@backstage/plugin-auth-backend 0.22.5-next.2 → 0.22.5
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 +29 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
+
## 0.22.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d229dc4: Move path utilities from `backend-common` to the `backend-plugin-api` package.
|
|
8
|
+
- 4a0577e: fix: Move config declarations to appropriate auth backend modules
|
|
9
|
+
- ea9262b: Allow overriding default ownership resolving with the new `AuthOwnershipResolutionExtensionPoint`
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/plugin-catalog-node@1.12.0
|
|
12
|
+
- @backstage/catalog-model@1.5.0
|
|
13
|
+
- @backstage/backend-common@0.22.0
|
|
14
|
+
- @backstage/backend-plugin-api@0.6.18
|
|
15
|
+
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.10
|
|
16
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.1.15
|
|
17
|
+
- @backstage/plugin-auth-backend-module-oidc-provider@0.1.9
|
|
18
|
+
- @backstage/plugin-auth-node@0.4.13
|
|
19
|
+
- @backstage/catalog-client@1.6.5
|
|
20
|
+
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.10
|
|
21
|
+
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.1
|
|
22
|
+
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.1.1
|
|
23
|
+
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.1
|
|
24
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.13
|
|
25
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.15
|
|
26
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.1.15
|
|
27
|
+
- @backstage/plugin-auth-backend-module-microsoft-provider@0.1.13
|
|
28
|
+
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.15
|
|
29
|
+
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.11
|
|
30
|
+
- @backstage/plugin-auth-backend-module-okta-provider@0.0.11
|
|
31
|
+
|
|
3
32
|
## 0.22.5-next.2
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
package/dist/index.cjs.js
CHANGED
|
@@ -2280,7 +2280,7 @@ var __privateSet = (obj, member, value, setter) => {
|
|
|
2280
2280
|
return value;
|
|
2281
2281
|
};
|
|
2282
2282
|
var _database, _promise;
|
|
2283
|
-
const migrationsDir =
|
|
2283
|
+
const migrationsDir = backendPluginApi.resolvePackagePath(
|
|
2284
2284
|
"@backstage/plugin-auth-backend",
|
|
2285
2285
|
"migrations"
|
|
2286
2286
|
);
|