benzht

Results 6 comments of benzht

The same applies to preconditions like the one shown below (I'm using postgres). The `select` seems to be executed in schema `public` for every tenant. Subsequently, none of the schemas...

Thanks for the fast reply, Plugin version: scim-for-keycloak-kc-23-1.5.0-RC1-enterprise.jar KC 23.0.6 KC is running in _edge_ mode, proxy uses _http_ Env-vars in the container: ``` KC_HOSTNAME_STRICT_HTTPS=false KC_PROXY=edge KC_HOSTNAME_ADMIN_URL=https://www.example.com/login KC_DB_USERNAME=keycloak KC_DB_PASSWORD=password KC_HOSTNAME_URL=https://www.example.com/login...

Great! I do have a working system that I can go on using :-) This just bit me when I tried to get rid of the kc_relative_path. For the time...

I recently managed to deploy a gitops-like version for Keycloak and I hope this can help you along and other's using Keyloak In `values.yaml` I've added the following section under...

The work around, by the way, is adding an override to you package.json like this: ` "overrides": { "@dsb-norge/vue-keycloak-js": { "keycloak-js": "25.0.4" } } `

This issue showed up with a client of ours as well (CSP is complaining without 'unsafe-s') and we - sadly - had to remove the package for the time being....