Skip to content

Add feature flag to turn on hooks to go through RPCs

John Cai requested to merge jc-add-ff-for-go-hooks into master

To have the gitaly-hooks binary start hitting internal Gitaly RPCs, we want to ramp this traffic up through a feature flag. To do this, we need to define the feature flag and pass it on through environment variables to the gitaly-hooks binary

!1552 (closed) will utilize this

Edited by GitLab Release Tools Bot

Merge request reports