@backstage/plugin-auth-backend 0.22.6-next.0 → 0.22.6-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 CHANGED
@@ -1,5 +1,58 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
+ ## 0.22.6-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.6.19-next.2
9
+ - @backstage/plugin-auth-backend-module-oidc-provider@0.1.10-next.2
10
+ - @backstage/backend-common@0.23.0-next.2
11
+ - @backstage/plugin-auth-backend-module-atlassian-provider@0.1.11-next.1
12
+ - @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.11-next.2
13
+ - @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.2-next.1
14
+ - @backstage/plugin-auth-backend-module-bitbucket-provider@0.1.2-next.1
15
+ - @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.2-next.2
16
+ - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.14-next.1
17
+ - @backstage/plugin-auth-backend-module-github-provider@0.1.16-next.1
18
+ - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.16-next.1
19
+ - @backstage/plugin-auth-backend-module-google-provider@0.1.16-next.1
20
+ - @backstage/plugin-auth-backend-module-microsoft-provider@0.1.14-next.1
21
+ - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.16-next.1
22
+ - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.12-next.1
23
+ - @backstage/plugin-auth-backend-module-okta-provider@0.0.12-next.1
24
+ - @backstage/plugin-auth-node@0.4.14-next.2
25
+ - @backstage/plugin-catalog-node@1.12.1-next.1
26
+ - @backstage/catalog-client@1.6.5
27
+ - @backstage/catalog-model@1.5.0
28
+ - @backstage/config@1.2.0
29
+ - @backstage/errors@1.2.4
30
+ - @backstage/types@1.1.1
31
+
32
+ ## 0.22.6-next.1
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies
37
+ - @backstage/backend-plugin-api@0.6.19-next.1
38
+ - @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.2-next.1
39
+ - @backstage/backend-common@0.23.0-next.1
40
+ - @backstage/plugin-auth-backend-module-atlassian-provider@0.1.11-next.0
41
+ - @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.11-next.1
42
+ - @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.2-next.0
43
+ - @backstage/plugin-auth-backend-module-bitbucket-provider@0.1.2-next.0
44
+ - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.14-next.0
45
+ - @backstage/plugin-auth-backend-module-github-provider@0.1.16-next.0
46
+ - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.16-next.0
47
+ - @backstage/plugin-auth-backend-module-google-provider@0.1.16-next.0
48
+ - @backstage/plugin-auth-backend-module-microsoft-provider@0.1.14-next.0
49
+ - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.16-next.0
50
+ - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.12-next.0
51
+ - @backstage/plugin-auth-backend-module-oidc-provider@0.1.10-next.1
52
+ - @backstage/plugin-auth-backend-module-okta-provider@0.0.12-next.0
53
+ - @backstage/plugin-auth-node@0.4.14-next.1
54
+ - @backstage/plugin-catalog-node@1.12.1-next.0
55
+
3
56
  ## 0.22.6-next.0
4
57
 
5
58
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -3,7 +3,6 @@ import { LoggerService, AuthService, HttpAuthService, DiscoveryService } from '@
3
3
  import express from 'express';
4
4
  import * as _backstage_plugin_auth_node from '@backstage/plugin-auth-node';
5
5
  import { TokenParams as TokenParams$1, AuthProviderFactory as AuthProviderFactory$1, AuthOwnershipResolver, ProfileInfo as ProfileInfo$1, BackstageSignInResult, OAuthState as OAuthState$1, AuthResolverCatalogUserQuery as AuthResolverCatalogUserQuery$1, AuthResolverContext as AuthResolverContext$1, CookieConfigurer as CookieConfigurer$1, AuthProviderConfig as AuthProviderConfig$1, AuthProviderRouteHandlers as AuthProviderRouteHandlers$1, ClientAuthResponse, SignInInfo as SignInInfo$1, SignInResolver as SignInResolver$1, OAuthEnvironmentHandler as OAuthEnvironmentHandler$1, decodeOAuthState, encodeOAuthState, prepareBackstageIdentityResponse as prepareBackstageIdentityResponse$1, WebMessageResponse as WebMessageResponse$1 } from '@backstage/plugin-auth-node';
6
- import * as _backstage_backend_common from '@backstage/backend-common';
7
6
  import { PluginDatabaseManager, PluginEndpointDiscovery, TokenManager } from '@backstage/backend-common';
8
7
  import { CatalogApi } from '@backstage/catalog-client';
9
8
  import { Config } from '@backstage/config';
@@ -601,7 +600,7 @@ declare const providers: Readonly<{
601
600
  signIn: {
602
601
  resolver: _backstage_plugin_auth_node.SignInResolver<CloudflareAccessResult>;
603
602
  };
604
- cache?: _backstage_backend_common.CacheClient | undefined;
603
+ cache?: _backstage_backend_plugin_api.CacheService | undefined;
605
604
  }) => AuthProviderFactory$1;
606
605
  resolvers: Readonly<typeof _backstage_plugin_auth_backend_module_cloudflare_access_provider.cloudflareAccessSignInResolvers>;
607
606
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend",
3
- "version": "0.22.6-next.0",
3
+ "version": "0.22.6-next.2",
4
4
  "description": "A Backstage backend plugin that handles authentication",
5
5
  "backstage": {
6
6
  "role": "backend-plugin"
@@ -37,28 +37,28 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.22.1-next.0",
41
- "@backstage/backend-plugin-api": "^0.6.19-next.0",
40
+ "@backstage/backend-common": "^0.23.0-next.2",
41
+ "@backstage/backend-plugin-api": "^0.6.19-next.2",
42
42
  "@backstage/catalog-client": "^1.6.5",
43
43
  "@backstage/catalog-model": "^1.5.0",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
46
- "@backstage/plugin-auth-backend-module-atlassian-provider": "^0.1.11-next.0",
47
- "@backstage/plugin-auth-backend-module-aws-alb-provider": "^0.1.11-next.0",
48
- "@backstage/plugin-auth-backend-module-azure-easyauth-provider": "^0.1.2-next.0",
49
- "@backstage/plugin-auth-backend-module-bitbucket-provider": "^0.1.2-next.0",
50
- "@backstage/plugin-auth-backend-module-cloudflare-access-provider": "^0.1.2-next.0",
51
- "@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.14-next.0",
52
- "@backstage/plugin-auth-backend-module-github-provider": "^0.1.16-next.0",
53
- "@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.16-next.0",
54
- "@backstage/plugin-auth-backend-module-google-provider": "^0.1.16-next.0",
55
- "@backstage/plugin-auth-backend-module-microsoft-provider": "^0.1.14-next.0",
56
- "@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.16-next.0",
57
- "@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.12-next.0",
58
- "@backstage/plugin-auth-backend-module-oidc-provider": "^0.1.10-next.0",
59
- "@backstage/plugin-auth-backend-module-okta-provider": "^0.0.12-next.0",
60
- "@backstage/plugin-auth-node": "^0.4.14-next.0",
61
- "@backstage/plugin-catalog-node": "^1.12.1-next.0",
46
+ "@backstage/plugin-auth-backend-module-atlassian-provider": "^0.1.11-next.1",
47
+ "@backstage/plugin-auth-backend-module-aws-alb-provider": "^0.1.11-next.2",
48
+ "@backstage/plugin-auth-backend-module-azure-easyauth-provider": "^0.1.2-next.1",
49
+ "@backstage/plugin-auth-backend-module-bitbucket-provider": "^0.1.2-next.1",
50
+ "@backstage/plugin-auth-backend-module-cloudflare-access-provider": "^0.1.2-next.2",
51
+ "@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.14-next.1",
52
+ "@backstage/plugin-auth-backend-module-github-provider": "^0.1.16-next.1",
53
+ "@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.16-next.1",
54
+ "@backstage/plugin-auth-backend-module-google-provider": "^0.1.16-next.1",
55
+ "@backstage/plugin-auth-backend-module-microsoft-provider": "^0.1.14-next.1",
56
+ "@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.16-next.1",
57
+ "@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.12-next.1",
58
+ "@backstage/plugin-auth-backend-module-oidc-provider": "^0.1.10-next.2",
59
+ "@backstage/plugin-auth-backend-module-okta-provider": "^0.0.12-next.1",
60
+ "@backstage/plugin-auth-node": "^0.4.14-next.2",
61
+ "@backstage/plugin-catalog-node": "^1.12.1-next.1",
62
62
  "@backstage/types": "^1.1.1",
63
63
  "@google-cloud/firestore": "^7.0.0",
64
64
  "@node-saml/passport-saml": "^4.0.4",
@@ -94,9 +94,9 @@
94
94
  "yn": "^4.0.0"
95
95
  },
96
96
  "devDependencies": {
97
- "@backstage/backend-defaults": "^0.2.19-next.0",
98
- "@backstage/backend-test-utils": "^0.3.9-next.0",
99
- "@backstage/cli": "^0.26.6-next.0",
97
+ "@backstage/backend-defaults": "^0.3.0-next.2",
98
+ "@backstage/backend-test-utils": "^0.4.0-next.2",
99
+ "@backstage/cli": "^0.26.7-next.2",
100
100
  "@types/body-parser": "^1.19.0",
101
101
  "@types/cookie-parser": "^1.4.2",
102
102
  "@types/express-session": "^1.17.2",