Skip to content

Geo: Use System Hooks for key synchronization

Gabriel Mazetto requested to merge feature/geo-sshkey-systemhook into master

This MR changes from our custom notification solution to use system hooks instead for GitLab Geo (#76). We had also to change the way we authenticate API requests for Geo. (See !334 (merged) for reference).

With new implementation, we create one system hook for every secondary Geo Node, and there will be a single endpoint that will receive all events (more to be migrated to System Hook).

Merge request reports