Antoine LAURENT
Antoine LAURENT
:+1: I was about to create an issue with the first pair in the `Upgrading-to-1.0.0` wiki page.
Hi @schnuerle. Thank you for your answer. It's quite easy to compute the energy consumption : a provider only needs the **battery capacity** in Wh, and the **battery charge used**...
Hi, Thank for your answer. I tried both Dockerfiles, and also tried this other Dockerfile : ``` FROM quay.io/keycloak/keycloak:latest ENV KC_FEATURES_DISABLED=impersonation ENTRYPOINT ["/opt/keycloak/bin/kc.sh", "start-dev"] ``` In all cases I could...
Hi @lexcao. This Dockerfile behaves exactly as the second screenshot : `IMPERSONATION` isn"t displayed in either enabled of disabled features, but I can still use it.
Hi @lexcao That's great, I'll wait for the next release. Thanks a lot for your help !
Hi, I have the same issue : with the vpn on, not all dsn work properly. I've made the tests with v16_Beta instead of v15 since there's a newer version...
Hi @dopry I agree with your arguments against a global middleware : we only need to handle CORS on specific views. Each application should have specific CORS (none, the redirect_uris,...
@dopry I think it's a great idea.
Hi @dopry, It may depend on the database, but in PostgreSQL, there's no performance difference : https://www.postgresql.org/docs/current/datatype-character.html
Thank's for your answer. I'll look into it