Skip to content

Commit d5e4a20

Browse files
committed
fixup! fixup! fixup! fixup! fixup! proxy gateway devel environment
1 parent c9a1fd3 commit d5e4a20

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,11 @@ opentelemetry-gateway: ## run gateway instrumented with opentelemetry
173173
opentracing-gateway: ## run gateway instrumented with opentracing
174174
$(DOCKER) compose run opentracing-instrumented-gateway
175175

176+
# Environment described in ./examples/forward-proxy
176177
forward-proxy-gateway: ## run gateway configured to run along with a forward proxy
177178
$(DOCKER) compose -f $(FORWARD_PROXY_DOCKER_COMPOSE_FILE) run gateway
178179

180+
# Environment described in ./examples/tlsv1.3-upstream
179181
upstream-tls-gateway: ## run gateway configured to access upstream powered with TLS
180182
$(DOCKER) compose -f $(UPSTREAM_TLS_DOCKER_COMPOSE_FILE) run gateway
181183

examples/tlsv1.3-upstream/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ APIcast --> upstream (TLSv1.3)
55
APicast configured to access TLSv1.3 powered upstream
66

77
```
8-
curl -v -H "Host: one" http://${APICAST_IP}:8080/get?user_key=foo
8+
curl -v -H "Host: one" http://${APICAST_IP}:8080/?user_key=foo
99
```
1010

1111
NOTE: using `one.upstream` as upstream hostname becase when APIcast resolves `upstream` it returns `0.0.0.1`

0 commit comments

Comments
 (0)