@backstage/plugin-auth-backend 0.0.0-nightly-20220823130 → 0.0.0-nightly-202201921950

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,56 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
+ ## 0.0.0-nightly-202201921950
4
+
5
+ ### Minor Changes
6
+
7
+ - 6e92ee6267: Add new authentication provider to support the oauth2-proxy.
8
+
9
+ **BREAKING** The `AuthHandler` requires now an `AuthResolverContext` parameter. This aligns with the
10
+ behavior of the `SignInResolver`.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/backend-common@0.0.0-nightly-202201921950
16
+ - @backstage/config@0.0.0-nightly-202201921950
17
+ - @backstage/catalog-model@0.0.0-nightly-202201921950
18
+ - @backstage/catalog-client@0.0.0-nightly-202201921950
19
+
20
+ ## 0.7.0-next.0
21
+
22
+ ### Minor Changes
23
+
24
+ - 6e92ee6267: Add new authentication provider to support the oauth2-proxy.
25
+
26
+ **BREAKING** The `AuthHandler` requires now an `AuthResolverContext` parameter. This aligns with the
27
+ behavior of the `SignInResolver`.
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - @backstage/backend-common@0.10.4-next.0
33
+ - @backstage/config@0.1.13-next.0
34
+ - @backstage/catalog-model@0.9.10-next.0
35
+ - @backstage/catalog-client@0.5.5-next.0
36
+
37
+ ## 0.6.2
38
+
39
+ ### Patch Changes
40
+
41
+ - 5333451def: Cleaned up API exports
42
+ - da9c59d6e0: Removed `@backstage/test-utils` dependency.
43
+ - 20ca7cfa5f: Switched the secure cookie mode set on the `express-session` to use `'auto'` rather than `true`. This works around an issue where cookies would not be set if TLS termination was handled in a proxy rather than having the backend served directly with HTTPS.
44
+
45
+ The downside of this change is that secure cookies won't be used unless the backend is directly served with HTTPS. This will be remedied in a future update that allows the backend to configured for trusted proxy mode.
46
+
47
+ - Updated dependencies
48
+ - @backstage/config@0.1.12
49
+ - @backstage/backend-common@0.10.3
50
+ - @backstage/errors@0.2.0
51
+ - @backstage/catalog-client@0.5.4
52
+ - @backstage/catalog-model@0.9.9
53
+
3
54
  ## 0.6.1
4
55
 
5
56
  ### Patch Changes