Skip to content

Implement the LAVA backend

Edmund Smith requested to merge wip/eds/at7958/implement_lava_backend into main

This is considerably simpler than it might be, because LAVA exports the API we want - set all the groups to which a user belongs.

The main complication here is that LAVA uses basic authentication, which means we need an XMLRPC library which supports setting this header. The majority of go XMLRPC libraries I looked at did not seem to support this.

https://phabricator.apertis.org/T7958

Edited by Emanuele Aina

Merge request reports