dex-backend
dex-backend copied to clipboard
JobScheduler not running locally in Docker
Describe the bug When starting our backend using Docker the JobScheduler can not execute HttpClient request to the API. Presumably this has something to do with the generated certificate of the API. I tried HTTP instead of HTTPS because it is only for local testing but that also does not work.
To Reproduce
- Clone project (make sure issue #382 is in)
- Run docker-compose up
- See logs
Expected behavior JobScheduler is able to execute API requests in Docker on local machine.
Screenshots
Additional context There are no issues on the staging environment