-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Describe the bug
This was discussed a bit in the Application Reverse Proxy Issues thread on the discord but I will do my best to relay the info here as well.
On a fresh install, when I create a new proxy provider for an application (in my example I am using sonarr, though the endpoint is irrelevant), Authentik cannot seem to find the application after setting it up. Pictures are worth a thousand words, so here is a handful to show what I am seeing.
Authentik Outpost Configuration
log_level: info
docker_labels: null
authentik_host: https://auth.iserver.me
docker_network: null
container_image: null
docker_map_ports: true
kubernetes_replicas: 1
kubernetes_namespace: default
authentik_host_browser: ""
object_naming_template: ak-outpost-%(name)s
authentik_host_insecure: false
kubernetes_service_type: ClusterIP
kubernetes_image_pull_secrets: []
kubernetes_ingress_class_name: null
kubernetes_disabled_components:
- deployment
- secret
kubernetes_ingress_annotations: {}
kubernetes_ingress_secret_name: authentik-outpost-tlsFirefox dying of redirect loop

To Reproduce
Steps to reproduce the behavior:
- Setup new fresh installation of authentik with docker compose
- Create new proxy provider with
default-authentication-flowas the authentication flow anddefault-provider-authorization-explicit-consentas the authorization flow (though I tried with implicit and got the same result) - Setup external and internal host as requested
- Create an application that uses the Provider
- Add the application to the embedded outpost (are we supposed to set that to use the
local docker connectionintegration?? I tried both but don't really know the "correct" way to use that). - Go to application page
- See death
Expected behavior
I would expect the application to properly load when selected. I assume I am doing something wrong but I was unable to find any documentation/examples on how to setup applications/providers. There seems to be quite a bit of assumed knowledge in the docs. Note, previously I was experiencing an authentik 404 when selecting an application. I am unable to recreate this issue now, though I feel like I haven't changed my configuration so 🤷♂️
Logs
Output of docker-compose logs or kubectl logs respectively
authentik-server-logs.gz
Version and Deployment (please complete the following information):
- authentik version: 2023.6.1
- Deployment: docker-compose
Additional context
I am noticing that after I setup the basic proxy provider, that any request that come to the base domain (in this case, iserver.me) are being consumed by it at the listed endpoint (so iserver.me/sonarr). That screams misconfiguration to me but I have no idea what I am doing wrong :(
I will provide whatever information is needed, thanks in advanced!




