Peter Schiffer

Results 120 comments of Peter Schiffer

Awesome, that's great to hear, thanks @ahus1 . Looking more at the linked docs, this is also helpful to understand: > When you start Keycloak in production mode, by using...

Thank you for the great write up about the sticky sessions - I completely agree, I always try to avoid them if possible. And great news about the new discovery...

Thank you! I had to edit also `base64_urldecode()` to make it work: ```diff diff --git a/client.py b/client.py index ad98c51..db35b1e 100644 --- a/client.py +++ b/client.py @@ -273,7 +273,7 @@ class Client:...

I was just looking for json log output as well.

I think I'm also having this issue, cannot select the radius admin theme, and when I choose base, I get the same error.

`merge, mustMerge` and `mergeOverwrite, mustMergeOverwrite` could support this as well: ``` $newdict := merge list ($dest $source1 $source2) ``` now -> `wrong type for value; expected map[string]interface {}; got []interface...

To trigger this issue, just redeploy mariadb statefulset after complete restore job. Before complete restore job: ``` MariaDB [(none)]> select * from mysql.time_zone_name; +--------------------------------+--------------+ | Name | Time_zone_id | +--------------------------------+--------------+...