Skip to content

Add allowlist CronJob and update runbooks

Adrien Kohlbecker requested to merge ak/allowlist into master

In order to move the allowlist management from individual developers machines, we are putting it in a shared repository.

To periodically update the view of the runner, a CronJob is executed every minute, that will use a gitlab token to fetch the current allowlist and write it to a volume shared with the runner. On the next autoscaler invocation, the runner will pick up the change

Merge request reports