example.middleware-authentik.yaml 693 B

1234567891011121314151617181920
  1. # --> (Example) Securely expose apps using the Traefik proxy outpost...
  2. # http:
  3. # middlewares:
  4. # authentik-middleware:
  5. # forwardAuth:
  6. # address: http://your-authentik-outpost-fqdn:9000/outpost.goauthentik.io/auth/traefik
  7. # trustForwardHeader: true
  8. # authResponseHeaders:
  9. # - X-authentik-username
  10. # - X-authentik-groups
  11. # - X-authentik-email
  12. # - X-authentik-name
  13. # - X-authentik-uid
  14. # - X-authentik-jwt
  15. # - X-authentik-meta-jwks
  16. # - X-authentik-meta-outpost
  17. # - X-authentik-meta-provider
  18. # - X-authentik-meta-app
  19. # - X-authentik-meta-version
  20. # <--