battlecode / galaxy

MIT License
10 stars 3 forks source link

Fix Titan #786

Closed lowtorola closed 2 months ago

lowtorola commented 2 months ago

Titan seems to not be working, and thus we cannot download resumes in the frontend2. Need to fix in order to launch, hence this falls under the alpha milestone.

Work on this issue fixes #627 as well :rocket:

n8kim1 commented 2 months ago

Lowell and I tried for 2.5 hours (so like 5 dev-hours) and we couldn't get things working, but here's a listing for posterity:

A set of stuff we did to get it to work. If Titan ever seems to break, try first re-applying these changes manually

State of things now

What we thought of to try later:

lowtorola commented 2 months ago

FIXED!!!! To fix the mysterious 403, I followed the link in the log error message to this troubleshooting guide: Adding the suggested permission (Cloud Run Invoker) to the service account responsible for creating the EventArc file metadata update trigger resolved the 403 error.

Screenshot 2024-05-06 at 4 33 39 PM
lowtorola commented 2 months ago

TODO: