Skip to content

Support trusted IP list for propagating correlation ID

Stan Hu requested to merge sh-trusted-cidr-propagation into master

In order for us to propagate correlation IDs from Gitaly to Workhorse, which generates its own correlation IDs, we need to enable the propagation option. However, we don't want to allow just anyone to spoof a correlation ID request. We add a trusted CIDR block list so that we can restrict propagation to internal hosts.

Part of gitlab#324836 (closed)

Merge request reports