 4e317c10c5
			
		
	
	4e317c10c5
	
	
	
		
			
			This reverts commit 9070df6c26.
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
# Conflicts:
#	website/docs/providers/proxy/_nginx_ingress.md
#	website/docs/providers/proxy/_nginx_proxy_manager.md
#	website/docs/providers/proxy/_nginx_standalone.md
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			913 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			913 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ```yaml
 | |
| http:
 | |
|   middlewares:
 | |
|     authentik:
 | |
|       forwardAuth:
 | |
|         address: http://outpost.company: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
 | |
|   routers:
 | |
|     default-router:
 | |
|       rule: "Host(`app.company`)"
 | |
|       middlewares:
 | |
|         - name: authentik
 | |
|       priority: 10
 | |
|       services: # Unchanged
 | |
|     default-router-auth:
 | |
|       match: "Host(`app.company`) && PathPrefix(`/outpost.goauthentik.io/`)"
 | |
|       priority: 15
 | |
|       services: http://outpost.company:9000/outpost.goauthentik.io
 | |
| ```
 |