Open Irda13 opened 3 months ago
@Irda13 Please share some more information about you config. Like e.g. which env vars do you have set for the ocis container.
This request is forwarded by Traefik to Authelia which denies the access.
According to the log line you pasted it has the ocis host name in the request, why should traefik forward it to authelia? Are you sure you traefik setup is fine?
Using OCIS 5.0.6 docker image, I'm unable to upload any file using the web interface. I have Traefik in front of OCIS, and Authelia setup as external OIDC. Traefik is configured to forward auth to authelia, and login is working fine, but when I try to upload a file, there is a 401 error in the logs.
I believe the issue is one of the microservice is trying to access to OCIS by using the public url, instead of using localhost, because I see logs in traefik with requests coming from one of my docker ipv6 gateway.
Log from OCIS:
Log from Traefik:
This request is forwarded by Traefik to Authelia which denies the access. Any idea if I can force the service to use localhost for connecting to other service?