# HTTPS termination for cookie security tests (PORTS.auth.cookieHttps).
localhost:7443 {
	tls internal
	reverse_proxy host.docker.internal:7001
}

# HTTPS termination for reverse proxy tests (PORTS.auth.proxy).
localhost:7444 {
	tls internal
	reverse_proxy host.docker.internal:7011
}

# HTTPS termination for OIDC proxy tests (PORTS.auth.oidcProxy).
localhost:7445 {
	tls internal
	reverse_proxy host.docker.internal:7008
}
