# --> (Example) Securely expose apps using the Traefik proxy outpost... # http: # middlewares: # authentik-middleware: # forwardAuth: # address: http://your-authentik-outpost-fqdn:9000/outpost.goauthentik.io/auth/traefik # trustForwardHeader: true # authResponseHeaders: # - X-authentik-username # - X-authentik-groups # - X-authentik-email # - X-authentik-name # - X-authentik-uid # - X-authentik-jwt # - X-authentik-meta-jwks # - X-authentik-meta-outpost # - X-authentik-meta-provider # - X-authentik-meta-app # - X-authentik-meta-version # <--