I am looking at setting up gerrit as a CI gate/review system, and would like to push any reviewed and ultimately submitted commits to another git system. So far so simple, we have replication.
But... The authentication into gerrit would be using Kerberos, and the authentication into the server I want to push to would also be using Kerberos.
I don't see any clear way to get gerrit to propagate the Kerberos authentication on a push that it received into the push from replication. Is this possible? If so, where should I read up on the details of how to configure this?
I'm hoping it's possible.