File tree 2 files changed +3
-1
lines changed
examples/tlsv1.3-upstream
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -173,9 +173,11 @@ opentelemetry-gateway: ## run gateway instrumented with opentelemetry
173
173
opentracing-gateway : # # run gateway instrumented with opentracing
174
174
$(DOCKER ) compose run opentracing-instrumented-gateway
175
175
176
+ # Environment described in ./examples/forward-proxy
176
177
forward-proxy-gateway : # # run gateway configured to run along with a forward proxy
177
178
$(DOCKER ) compose -f $(FORWARD_PROXY_DOCKER_COMPOSE_FILE ) run gateway
178
179
180
+ # Environment described in ./examples/tlsv1.3-upstream
179
181
upstream-tls-gateway : # # run gateway configured to access upstream powered with TLS
180
182
$(DOCKER ) compose -f $(UPSTREAM_TLS_DOCKER_COMPOSE_FILE ) run gateway
181
183
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ APIcast --> upstream (TLSv1.3)
5
5
APicast configured to access TLSv1.3 powered upstream
6
6
7
7
```
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
9
9
```
10
10
11
11
NOTE: using ` one.upstream ` as upstream hostname becase when APIcast resolves ` upstream ` it returns ` 0.0.0.1 `
You can’t perform that action at this time.
0 commit comments