Replies: 10 comments
|
Ok, now I have:
I'll dig more about it
in the docker-compose.yaml, but I don't think it's working. No error is displayed in the docker logs: |
|
middleware-manager is running fine. its networking issue. because traefik is routed through gerbil. please check traefik logs. |
|
Have you tried accessing the Traefik dashboard so that you can see if there are any errors in how the middlewares are being applied? Traefik dashboard is on port localhost:8080 and if you set it up as an authenticated pangolin resource you will be able to access it securely. Very helpful for checking if middlewares applied properly. |
|
@oidebrett how do you do this? I already have a second site that is 'Local' and publish the Middleware Manager to myself this way. |
|
Here: I tried to add one of the X-Forwarded headers, but no canghe has been detected afterwards.
For me the configuration worked at first try. Do you have the following code in your traefik_config.yml? For me these are the very first rows |
|
You know, @oidebrett, now the middleware is being loaded correctly, so I don't think this is an issue for middleware-manager anymore. Can I just ask you to update the README.md to add a section related to how to modify the traefik configuration? |
|
You may have to add headers as a middleware. I havent tried authelia but I needed to do this for other Idps |
|
But if I use the Ip retrieved from the traefik dashboard the authentication works fine and I don't see any CORS errors in the authelia logs (you can see my latest comment onthe issue opened in pangolin). |








Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
hi,
I'm using pangolin almost as default and I set up one of my resource with authelia middleware, but it is being ignored. Do I need to edit in some way traefik_config.yml or dynamic_config.yml?
My docker-compose.yml:
my traefik_config.yml:
my dynamic_config.yml
from authelia configuration (authelia works correctly on caddy from another configuration):
no custom rules for the resources in the test.
Can you please help me and add, in case the configurations need anything, some more information in the readme.md file?
All reactions