Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! proxy gateway devel environment
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Mar 31, 2023
1 parent c9a1fd3 commit d5e4a20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,11 @@ opentelemetry-gateway: ## run gateway instrumented with opentelemetry
opentracing-gateway: ## run gateway instrumented with opentracing
$(DOCKER) compose run opentracing-instrumented-gateway

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

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

Expand Down
2 changes: 1 addition & 1 deletion examples/tlsv1.3-upstream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ APIcast --> upstream (TLSv1.3)
APicast configured to access TLSv1.3 powered upstream

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

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

0 comments on commit d5e4a20

Please sign in to comment.