You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
#### Table of Contents
7
7
8
8
1.[Overview](#overview)
9
+
*[Upgrade to 12.x](#upgrade-to-12x)
9
10
*[Upgrade to 8.x](#upgrade-to-8x)
10
11
*[Changes to LDAP user provider IDs](#changes-to-ldap-user-provider-ids)
11
12
*[Supported Versions of Keycloak](#supported-versions-of-keycloak)
@@ -35,6 +36,25 @@
35
36
36
37
The keycloak module allows easy installation and management of Keycloak.
37
38
39
+
### Upgrade to 12.x
40
+
41
+
Version 12.x of this module had some major breaking changes to support Keycloak 25.x.
42
+
43
+
The default Java version is now OpenJDK 21 except for Debian. The next major release will drop Debian support unless OpenJDK 21 is added to Debian repos.
44
+
45
+
The `keycloak_flow` and `keycloak_flow_execution` types had their `index` property replaced by `priority`. If you had executions with `index` 0,1,2 you'd need to set `priority` to something like 10,20,30.
46
+
47
+
The configuration options switched to using Hostname v2 options.
48
+
49
+
*`hostname` now accepts a URL
50
+
*`hostname-url` is removed
51
+
*`hostname-path` is removed
52
+
*`hostname-port` is removed
53
+
*`hostname-admin` now requires a URL
54
+
*`hostname-admin-url` is removed
55
+
*`hostname-strict-backchannel` is renamed to `hostname-backchannel-dynamic`
56
+
*`hostname-strict-https` is removed
57
+
38
58
### Upgrade to 8.x
39
59
40
60
This module underwent major changes in the 8.0.0 release to support Keycloak that uses Quarkus.
@@ -176,7 +196,7 @@ This module may work on earlier versions but this is the only version tested.
0 commit comments