Joakim Sandroos
Joakim Sandroos
Currently running into the same issue running in a Jupyter notebook from a docker container. Will investigate behaviour in a direct python script tomorrow.
I don't see overall that a vault should be a hard requirement for running RaceTrack. Like Thor writes, it is possible to implement the functionality without removing the functionality of...
Great stuff Hubert - some really good thoughts here. It seems we have landed on a consensus that we do indeed need a vault - I will look further into...
The issue might stem from the following lines in: https://github.com/TheRacetrack/racetrack/blob/master/dashboard/dashboard/api/api.py `app.router.add_api_route("/api/v1/{path:path}", _proxy_api_call, methods=["GET", "POST", "PUT", "DELETE"])` since the OPTIONS method is not included