Matthieu Huin
Matthieu Huin
Sorry, as you can see the last changes to the code were from 6 months ago, and I didn't document my process at the time. It turns out the instructions...
no, running this is not needed.
the standalone/deployments directory in keycloak's home is special, whatever gets added there is hot-deployed. You can make sure the dynamic loading worked by looking for a .deployed file with the...
Publisher ID is now a parameter.
Hello, I have noticed the same problem, it started when I switched to using gerrit in a container rather than the regular service. I believe the container doesn't have access...
> @mhuin Have you resolve this error? I resolved the issue by using a custom entrypoint script for the gerrit container: `#!/bin/bash -e # The /dev/./urandom is not a typo....
For more context about the "/auth" issue, see these notes: https://www.keycloak.org/migration/migrating-to-quarkus#_default_context_path_changed
Any answer on this? From my own tests it doesn't seem to be possible, as Gerrit's REST API supports only basic auth (this can however be bypassed in the browser...