Commit c2f87d9
Update keycloak-operator to 26.2.0 (#640)
* Update keycloak-operator to 26.2.0
* Fix deployment process for Keycloak 26.x (#789)
* Remove deprecated options from keycloak config
Docs [1] imply that hostname-strict-https option
is now deprecated.
[1] https://www.keycloak.org/docs/latest/upgrading/#new-hostname-options
* Set keycloak hostname to full URL
Without the protocol part, Keycloak cannot determine whether to
enforce strict https or not [1].
[1] https://www.keycloak.org/docs/latest/upgrading/#new-hostname-options
* Test temp-admin username for bootstrap admin user
* Update process for setting Keycloak admin password
Keycloak 26.0.0 introduced a new approach for bootstrapping
admin accounts in the master realm [1], involving a temporary
admin account that should be used for bootstrapping the
master realm.
Refactor the Keycloak admin account bootstrapping process
to create a new "admin" account with the "admin" realm-role
rather than reusing the existing admin account. Also
delete the temporary admin-bootstrapping account.
[1] https://www.keycloak.org/docs/latest/release_notes/index.html#admin-bootstrapping-and-recovery
* Fix apt locking failures in CI
* Get an admin token from the new admin user
* Move deleting the bootstrap admin to the end
* Fix conditional syntax
---------
Co-authored-by: mkjpryor <[email protected]>
Co-authored-by: Matt Anson <[email protected]>1 parent fe0276a commit c2f87d9
3 files changed
+78
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
4 | 12 | | |
5 | 13 | | |
6 | 14 | | |
7 | 15 | | |
8 | 16 | | |
9 | 17 | | |
10 | | - | |
11 | 18 | | |
12 | 19 | | |
13 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
105 | | - | |
106 | | - | |
107 | 104 | | |
108 | 105 | | |
109 | 106 | | |
| |||
195 | 192 | | |
196 | 193 | | |
197 | 194 | | |
198 | | - | |
| 195 | + | |
199 | 196 | | |
200 | 197 | | |
201 | 198 | | |
| |||
244 | 241 | | |
245 | 242 | | |
246 | 243 | | |
| 244 | + | |
| 245 | + | |
247 | 246 | | |
248 | 247 | | |
249 | 248 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
249 | 267 | | |
250 | 268 | | |
251 | 269 | | |
| |||
256 | 274 | | |
257 | 275 | | |
258 | 276 | | |
259 | | - | |
| 277 | + | |
260 | 278 | | |
261 | | - | |
262 | | - | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
263 | 291 | | |
264 | 292 | | |
265 | 293 | | |
266 | 294 | | |
267 | | - | |
268 | | - | |
269 | | - | |
| 295 | + | |
| 296 | + | |
270 | 297 | | |
271 | 298 | | |
272 | 299 | | |
| |||
278 | 305 | | |
279 | 306 | | |
280 | 307 | | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
281 | 316 | | |
282 | 317 | | |
283 | 318 | | |
| |||
292 | 327 | | |
293 | 328 | | |
294 | 329 | | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
0 commit comments