Arrigo Zanette
Arrigo Zanette
If this API is going to be used with credentials_inhibited devices in order to ban a device as soon as certificate expires, it would be useful to have the possibility...
Btw, the status code for async processing should be https://httpstatuses.com/202
Is there any update on this issue?
A workaround I found is to use custom a image that adds the dockerd daemon and then adding a step before devcontainer/ci to start docker-in-docker: ``` [...] - name: optionally...
We too observed high memory usage in keycloak 26 (compared to keycloak 24). In our setup we run keycloak in a k8s cluster using bitnami images. Below is a graph...
I don't have memory dumps, but I tested Keycloak 26.3 with OpenJDK 17, and the memory behavior is back to how it was with Keycloak 24. This suggests that the...
I made a tentive PR https://github.com/duckdb/duckdb-wasm/pull/2135