Hi all. Sorry for quite unproductive question, but I'm forced to start at least with something.
I'm new to Gerrit gating and Keycloak at the same time.
I have booth running in containers behind the proxy with the "real development" domains and TLS termination. I got SSH and whole Gerrit workflow working.
I am looking for this integration because Keycloak will be used for other CI tools as well.
I tried to follow booth, SAML and OAUTH instuctions left by
@davido, but those are from 2019.
Not sure, how much was changed since then, but I am not able to get them running smoothly.
I had more success with the SAML and got to the redirection after authentication, but that failed due to missing trailing slash at `
example.complugins`. Still not sure is it due to my HAProxy settings or something else (checked all URIs in Keycloak client).
This whole Web IAM thing these days are way too overcoplicated for my little gray mass. :)
So I switched to OAUTH method as that was suggested by Keycloak book. But still no luck.
Plugin seems to be loaded. I have ugly OpenID login page with the ugly UI and Keycloak option, but as soon as I click on it I get 404 for `
https://sso.example.dev/auth/realms/example/protocol/openid-connect/auth?response_type=code&client_id=gerrit-oauth&redire.....`
Somewhere I saw, that `
auth` path is removed in some Keycloak version.... But it's really impossible in the reasonable time to track down all the changelogs.
So... at the end of the day, I'm just looking for simple up-to-date guide to get that thing running in some basic, good enough configuration so that I can learn on top of something running.
I am not looking for help to debug this thing. Just for up-to-date docs as that would be way more productive not only for me.
Thank you all.
Latvia/Europe