This service listens on keycloak's MQTT stream for github login events on gerrit. It updates a user's SSH key on gerrit if needed.
podman build --file Dockerfile --tag gsku
podman run -v /path/to/config_file:/etc/github-ssh-key-updater:Z gsku
go test ./...