spiffe / tornjak

Tornjak is a UI and management layer used for brokering human access to one or more SPIRE deployments
Apache License 2.0
74 stars 32 forks source link

[BUG] make image-tornjak-manager leading to error #438

Open rooi6 opened 3 months ago

rooi6 commented 3 months ago

The command, make image-tornjak-manager, leads to the following error on my Windows device:

Downloading go modules… make: go: No such file or directory make: *** [Makefile:45: download] Error 127

Steps: I run wsl (Ubuntu) after installing wsl cd into tornjak folder run: sudo apt install make run: make image-tornjak-manager

Note: I did the same with make image-tornjak-backend and make image-tornjak-frontend and both ran successfully

maia-iyer commented 3 months ago

Good catch! I created #440 which would be an issue that resolves this problem.

The core issue here is that golang needs to be installed locally. However, we shouldn't really let the build happen locally anyways and should be within a Docker container as is for the backend and frontend