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
Implement webauthn extra origins & Raise KeyCloak version to 24.0.5 in acceptance tests (#313)
* Raise KeyCloak version for acceptance testing to 24.0.5 as minimal version
* Implement webauthn & webauthn passwordless extra origins property
* Add tests for webauthn & webauthn passwordless extra origins property
* Fix keycloak version to module version table in README.md
@@ -191,18 +193,18 @@ Install a specific version of Keycloak.
191
193
192
194
```puppet
193
195
class { 'keycloak':
194
-
version => '22.0.0',
196
+
version => '24.0.0',
195
197
db => 'mariadb',
196
198
}
197
199
```
198
200
199
201
Upgrading Keycloak version works by changing `version` parameter as long as the `db` parameter is not the default of `dev-file`. An upgrade involves installing the new version without touching the old version, updating the symlink which defaults to `/opt/keycloak`, applying all changes to new version and then restarting the `keycloak` service.
200
202
201
-
If the previous `version` was `22.0.0` using the following will upgrade to `23.0.0`:
203
+
If the previous `version` was `22.0.0` using the following will upgrade to `24.0.0`:
0 commit comments