Closed joshoram80 closed 8 months ago
show your middlewares-authentik@file
.
middlewares-authentik: forwardAuth: address: "http://authentik_server:9000/outpost.goauthentik.io/auth/traefik" trustForwardHeader: true authResponseHeaders:
You've listed authorization
in the authResponseHeaders. Basic auth uses this header.
Excellent! I Completely overlooked that. Thanks :D
Have you read the documentation?
You are setting up gotify in
Describe your problem
Cannot login when accessing Gotify via Traefik, but login via IP:Port Works fine. Obviously this is not ideal
2024-03-15T19:43:15+11:00 | 401 | 24.478µs | 202.179.131.174 | POST "/client" Error #01: you need to provide a valid access token or user credentials to access this api
Ex:
docker-compose.yml
,nginx.conf
, android logcat, browser requests, etc.Compose Snippet
The middleware in the snippet is just auth response headers for Authentik, nothing touches Basic Auth