OG256 commented on issue #8484: URL: https://github.com/apache/incubator-devlake/issues/8484#issuecomment-3048340473
Hey @klesh I lost patience a bit so removed all existing docker containers, images and configuration and started again installing https://github.com/apache/incubator-devlake/releases/tag/v1.0.2 following https://devlake.apache.org/docs/GettingStarted/DockerComposeSetup/. `CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES cdfef580451f devlake.docker.scarf.sh/apache/devlake-config-ui:v1.0.2-beta9 "/docker-entrypoint.…" 18 minutes ago Up 18 minutes 4443/tcp, 0.0.0.0:4000->4000/tcp, [::]:4000->4000/tcp, 8080/tcp devlake-config-ui-1 a93348c727f7 devlake.docker.scarf.sh/apache/devlake:v1.0.2-beta9 "/usr/bin/tini -- la…" 18 minutes ago Up 18 minutes 0.0.0.0:8080->8080/tcp, [::]:8080->8080/tcp devlake-devlake-1 6ebe0d4d2a7a devlake.docker.scarf.sh/apache/devlake-dashboard:v1.0.2-beta9 "/run.sh" 18 minutes ago Up 18 minutes 0.0.0.0:3002->3000/tcp, [::]:3002->3000/tcp devlake-grafana-1 4a0b2c8d3ca5 mysql:8 "docker-entrypoint.s…" 18 minutes ago Up 18 minutes 0.0.0.0:3306->3306/tcp, [::]:3306->3306/tcp, 33060/tcp devlake-mysql-1 ` I am presented with the onboarding screen https://devlake.production.mnautuk.com/onboard if I try and close this or select 'connect to your first repository' I am presented with a 403. So I have now regressed further since I opened this issue but interesting it's the same 403 [log_output.txt](https://github.com/user-attachments/files/21119590/log_output.txt) Our infrastructure teams have confirmed there is an haproxy that sits in front of the VM that deals with INCOMING requests only. There is no traffic filtering/WAF/whatever for outbound traffic on either the VM itself or additional infrastructure/applications that performs this function. The nginx access/error logs inside the UI container (cdfef580451f) are empty: `nginx@cdfef580451f:/var/log/nginx$ du -sh access.log 0 access.log nginx@cdfef580451f:/var/log/nginx$ du -sh error.log 0 error.log` I see 200 responses in the devlake log: {"log":"[GIN] 2025/07/08 - 10:31:32 | 200 | 4.296078ms | 10.193.30.55 | GET \"/store/onboard\"\n","stream":"stdout","time":"2025-07-08T10:31:32.046943606Z"} {"log":"[GIN] 2025/07/08 - 10:34:17 | 200 | 506.192µs | 10.193.30.55 | GET \"/store/onboard\"\n","stream":"stdout","time":"2025-07-08T10:34:17.95327696Z"} {"log":"[GIN] 2025/07/08 - 10:34:18 | 200 | 704.068µs | 10.193.30.55 | GET \"/store/onboard\"\n","stream":"stdout","time":"2025-07-08T10:34:18.038239957Z"} but the 403 is for a PUT which is not logged in any logs that I can see. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org