Gianluca
Gianluca
@pinpox I think that the `email` is a mandatory field inside an OAuth token. Which identity provider are you using? I think you should add the `email` claim to it.
Ok @Lurkars you are right about the theory, but neither `sub` or `email` are present in that token (which by the way is an `access_token`, not an `id_token`), my question...
Thanks a lot!
to make it work I had to clone all the repos specified in `compose.yaml` and I had to explicitly specify the build context like ``` build: context: ./asset-db dockerfile: Dockerfile...
Hi caffix, thanks for the reply, but how would I have been able to clone repos if I didn't have git installed? It's also present in $PATH