Skip to content

codeintel: Install and use the LSIF upload route on the codeintel internal API

Warren Gifford requested to merge codeintel-internal-lsif-upload-route into main

Created by: efritz

The precise-code-intel-indexer-vm goes through the public API, but this requires that a sudo sourcegraph access token be given to the indexer. Instead, we can use the same token-based auth we have for the other routes hit by this service and install the same handler to a second route.

Merge request reports

Loading